Click or drag to resize

IResource Properties

IT Hit WebDAV Classes Reference

The IResource type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleActiveLocks
Array of item's lock descriptions.
(Inherited from IHierarchyItem.)
Public propertyAllowWriteStreamBuffering
Gets or sets a value that indicates whether to buffer the data sent to server.
(Inherited from IConnectionSettings.)
Public propertyCode exampleCheckedOut
Provides information whether item is in checked-in or checked-out state.
Public propertyComment
Brief comment about an item that is suitable for presentation to a user.
(Inherited from IHierarchyItem.)
Public propertyCode exampleContentLength
Length of the resource.
(Inherited from IItemContent.)
Public propertyContentType
Content type of the resource.
(Inherited from IItemContent.)
Public propertyCreationDate
The date item was created.
(Inherited from IHierarchyItem.)
Public propertyCreatorDisplayName
Contains a description of the creator of the item that is suitable for presentation to a user.
(Inherited from IHierarchyItem.)
Public propertyDisplayName
User friendly item name.
(Inherited from IHierarchyItem.)
Public propertyEtag
Gets entity tag - string that identifies current state of resource's content.
(Inherited from IItemContent.)
Public propertyHref
This item path on the server.
(Inherited from IHierarchyItem.)
Public propertyItemType
Type of the item (Resource, Folder, Version or VersionHistory)
(Inherited from IHierarchyItem.)
Public propertyLastModified
Most recent modification date.
(Inherited from IHierarchyItem.)
Public propertyCode exampleProperties (Inherited from IHierarchyItem.)
Public propertyResumableUpload
Returns instance of IResumableUpload to manage partially failed uploads.
(Inherited from IItemContent.)
Public propertySendChunked
Gets or sets a value that indicates whether to send data in segments.
(Inherited from IConnectionSettings.)
Public propertySupportedLock
Lock types supported by the item.
(Inherited from IHierarchyItem.)
Public propertyTimeOut
Sets and gets time-out in milliseconds.
(Inherited from IConnectionSettings.)
Public propertyCode exampleVersionControlled
Provides information whether item is under version control.
Top
See Also