WebDAVListEntry Type
Contains a set of attributes of a single WebDAV object.
Remarks
This type represents a single entry returned by the list command.
Fields
ATime String |
Contains the last access time for this object, in UTC. |
ContentType String |
The object's content type. |
CTime String |
Contains this object's creation time, in UTC. |
Directory Boolean |
Specifies whether this object is a directory. |
DisplayName String |
Contains the display name of the object. |
ETag String |
An e-tag of the object. |
FullURL String |
A full path to the object. |
MTime String |
The last modification time of the object, in UTC. |
ParentURL String |
Specifies the object's parent URL. |
Size Int64 |
The size of the object in bytes. |
SupportsExclusiveLock Boolean |
Indicates whether the entry supports exclusive locking. |
SupportsSharedLock Boolean |
Indicates whether the entry supports shared lock. |
URL String |
A URL of the object. |
Constructors
constructor Create();
Creates a new WebDAVListEntry object.