IResource Members

IT Hit WebDAV for .NET

IResource overview

Public Instance Properties

CheckedOutProvides information whether item is in checked-in or checked-out state.
VersionControlledProvides information whether item is under version control.

Public Instance Methods

CheckInOverloaded. Creates new version.
CheckOutOverloaded. 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.
GetCurrentVersionCurrent item version. Null, if item is not under version control.
GetVersionsRetrieves list of all versions for this resource.
IsCheckedOutObsolete. Determines whether item is in checked-in or checked-out state.
IsVersionControlledObsolete. Determines whether item is under version control.
PutUnderVersionControlOverloaded. Enables / disables version control for this resource.
SetAutoVersionOverloaded. Sets how checked-in item responds to WebDAV client attempts to modify its content or properties.
UnCheckOutOverloaded. Cancels the CHECKOUT and restore the pre-CHECKOUT state of the version-controlled resource.
UpdateToVersionOverloaded. Updates content and dead properties of item to those identified by version.

See Also

IResource Interface | ITHit.WebDAV.Client Namespace