CheckedOut | Provides information whether item is in checked-in or checked-out state. |
VersionControlled | Provides information whether item is under version control. |
CheckIn | Overloaded. Creates new version. |
CheckOut | Overloaded. Allow modifications to the content and custom properties of this version-controlled resource. |
GetAutoVersion | Determines how checked-in item responds to WebDAV client attempts to modify its content or properties. |
GetCurrentVersion | Current item version. Null, if item is not under version control. |
GetVersions | Retrieves list of all versions for this resource. |
IsCheckedOut | Obsolete. Determines whether item is in checked-in or checked-out state. |
IsVersionControlled | Obsolete. Determines whether item is under version control. |
PutUnderVersionControl | Overloaded. Enables / disables version control for this resource. |
SetAutoVersion | Overloaded. Sets how checked-in item responds to WebDAV client attempts to modify its content or properties. |
UnCheckOut | Overloaded. Cancels the CHECKOUT and restore the pre-CHECKOUT state of the version-controlled resource. |
UpdateToVersion | Overloaded. Updates content and dead properties of item to those identified by version. |
IResource Interface | ITHit.WebDAV.Client Namespace