IVersionableItemAsyncUnCheckOutAsync Method
IT Hit WebDAV Classes Reference
Cancels the checkout and restores the pre-checkout state of the version-controlled item.
Namespace:
ITHit.WebDAV.Server.DeltaV
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax Task UnCheckOutAsync()
Task UnCheckOutAsync()
Function UnCheckOutAsync As Task
Function UnCheckOutAsync As Task
Task^ UnCheckOutAsync()
Task^ UnCheckOutAsync()
abstract UnCheckOutAsync : unit -> Task
abstract UnCheckOutAsync : unit -> Task
Return Value
Type:
Task
.
Exceptions Remarks
In your UnCheckOutAsync implementation you will discard changes and restore pre-checkout state.
Content and properties must be copied from current version to this item. The item must be marked as
checked-in.
See Also