IHistoryAsyncGetVersionSetAsync Method
IT Hit WebDAV Classes Reference
Retrieves all versions of current item.
Namespace:
ITHit.WebDAV.Server.DeltaV
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax Task<IEnumerable<IVersionAsync>> GetVersionSetAsync(
IList<PropertyName> propNames
)
Task<IEnumerable<IVersionAsync>> GetVersionSetAsync(
IList<PropertyName> propNames
)
Function GetVersionSetAsync (
propNames As IList(Of PropertyName)
) As Task(Of IEnumerable(Of IVersionAsync))
Function GetVersionSetAsync (
propNames As IList(Of PropertyName)
) As Task(Of IEnumerable(Of IVersionAsync))
Task<IEnumerable<IVersionAsync^>^>^ GetVersionSetAsync(
IList<PropertyName>^ propNames
)
Task<IEnumerable<IVersionAsync^>^>^ GetVersionSetAsync(
IList<PropertyName>^ propNames
)
abstract GetVersionSetAsync :
propNames : IList<PropertyName> -> Task<IEnumerable<IVersionAsync>>
abstract GetVersionSetAsync :
propNames : IList<PropertyName> -> Task<IEnumerable<IVersionAsync>>
Parameters
- propNames
- Type: System.Collections.GenericIListPropertyName
Names of properties which engine will request from the returned items.
Return Value
Type:
TaskIEnumerableIVersionAsync
.
Exceptions See Also