Click or drag to resize

IVersionableItemAsyncCheckInAsync 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: 11.3.10719
Syntax
Task<string> CheckInAsync()

Task<string> CheckInAsync()

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