Click or drag to resize
DAVFolder Fields

The DAVFolder type exposes the following members.

Fields
  NameDescription
Public fieldAddressBookHomeSet
Identifies the URL of the collection that contains the address-book collections for the user
(Inherited from DAVContainer.)
Public fieldbIsCollection
Indicates whether the resource is a collection or not
(Inherited from DAVContainer.)
Public fieldbIsHomeSet
Indicates whether this container is a homeset resource
(Inherited from DAVContainer.)
Public fieldbSupportsEvents
Indicates whether the folder/container supports Events/Appointments
(Inherited from DAVContainer.)
Public fieldbSupportsTasks
Indicates whether the folder/container supports Tasks
(Inherited from DAVContainer.)
Public fieldCalendarHomeSet
Identifies the URL of the collection that contains the calendar collections for the user
(Inherited from DAVContainer.)
Public fieldChangeTag
String representing the change tag of a folder (a string representing whether or not the folder has changed)
(Inherited from DAVContainer.)
Public fieldCurrentUserPrincipal
Indicates a URL for the currently authenticated user's principal resource on the server.
(Inherited from DAVContainer.)
Public fieldDAVFolderType
DAVContainerType of folder/collection
(Inherited from DAVContainer.)
Public fieldDisplayName
Display name of the resource
(Inherited from DAVContainer.)
Public fieldGatewayDirectory
URL representing Global/Organisation address list collection (DAV:directory-gateway)
(Inherited from DAVContainer.)
Public fieldItems
List of DAVItems within the container as returned by a 'get' request
(Inherited from DAVContainer.)
Public fieldPrincipalURL
DAV:principal-URL value
(Inherited from DAVContainer.)
Public fieldScheduleDefaultCalendarURL
Default URL used to issue free/busy requests (DAV: schedule-outbox-URL) (if supported/reported by server)
(Inherited from DAVContainer.)
Public fieldScheduleOutboxURL
URL used to issue free/busy requests (DAV: schedule-outbox-URL)
(Inherited from DAVContainer.)
Public fieldURI
URI of this DAV Container
(Inherited from DAVContainer.)
Top
See Also