AutoCheckIn | Indicates if item will be checked-in by the engine during the unlock request. |
AutoVersion | Determines how checked-in item responds to WebDAV client attempts to modify its content or properties. |
CheckedOut | Determines whether item is in checked-in or checked-out state. |
VersionHistory | Current item version history. Null, if item is not under version control. |
CheckIn | Creates new version. Copies all properties and content from this item. |
CheckOut | Allow modifications to the content and properties of this version-controlled item. |
PutUnderVersionControl | Puts or removes current item from version control. |
UnCheckOut | Cancels the checkout and restores the pre-checkout state of the version-controlled item. |
UpdateToVersion | Updates content and properties of the item to those identified by version parameter. |
IVersionableItem Interface | ITHit.WebDAV.Server.DeltaV Namespace