IVersionableItemCheckInAsync Method
IT Hit WebDAV Classes Reference
Creates new version. Copies all properties and content from this item.
Namespace:
ITHit.WebDAV.Server.DeltaV
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax Task<string> CheckInAsync()
Function CheckInAsync As Task(Of String)
Task<String^>^ CheckInAsync()
abstract CheckInAsync : unit -> Task<string>
Return Value
Type:
TaskString
Url of the newly created version.
Remarks This item was locked. Client did not provide the lock token.The user doesn't have enough privileges.Quota limit is reached.Errors has occurred during processing of the subtree.In other cases.
In your implementation you must create a new version. The content and properties of the new version must be
copied from this item.
After the call to this method method GetCurrentVersionAsync must return the
created version.
See Also