Click or drag to resize

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
)

Parameters

propNames
Type: System.Collections.GenericIListPropertyName
Names of properties which engine will request from the returned items.

Return Value

Type: TaskIEnumerableIVersionAsync
.
Exceptions
ExceptionCondition
NeedPrivilegesExceptionThe user doesn't have enough privileges.
DavExceptionIn other cases.
See Also