IHistoryGetVersionSetAsync 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: 13.3.13068
Syntax Task<IEnumerable<IVersion>> GetVersionSetAsync(
IList<PropertyName> propNames
)
Function GetVersionSetAsync (
propNames As IList(Of PropertyName)
) As Task(Of IEnumerable(Of IVersion))
Task<IEnumerable<IVersion^>^>^ GetVersionSetAsync(
IList<PropertyName>^ propNames
)
abstract GetVersionSetAsync :
propNames : IList<PropertyName> -> Task<IEnumerable<IVersion>>
Parameters
- propNames
- Type: System.Collections.GenericIListPropertyName
Names of properties which engine will request from the returned items.
Return Value
Type:
TaskIEnumerableIVersion
.
Exceptions See Also