| DAVContainer Class |
Namespace: ARPDev.DAVLIB
The DAVContainer type exposes the following members.
| Name | Description | |
|---|---|---|
| DAVContainer |
Constructs a new DAVContainer
| |
| DAVContainer(String) |
Constructs a new DAVContainer
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetHomeSetURIByType |
Returns the appropriate homeset URI based on the Container Type
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AddressBookHomeSet |
Identifies the URL of the collection that contains the address-book collections for the user
| |
| bIsCollection |
Indicates whether the resource is a collection or not
| |
| bIsHomeSet |
Indicates whether this container is a homeset resource
| |
| bSupportsEvents |
Indicates whether the folder/container supports Events/Appointments
| |
| bSupportsTasks |
Indicates whether the folder/container supports Tasks
| |
| CalendarHomeSet |
Identifies the URL of the collection that contains the calendar collections for the user
| |
| ChangeTag |
String representing the change tag of a folder (a string representing whether or not the folder has changed)
| |
| CurrentUserPrincipal |
Indicates a URL for the currently authenticated user's principal resource on the server.
| |
| DAVFolderType |
DAVContainerType of folder/collection
| |
| DisplayName |
Display name of the resource
| |
| GatewayDirectory |
URL representing Global/Organisation address list collection (DAV:directory-gateway)
| |
| Items |
List of DAVItems within the container as returned by a 'get' request
| |
| PrincipalURL |
DAV:principal-URL value
| |
| ScheduleDefaultCalendarURL |
Default URL used to issue free/busy requests (DAV: schedule-outbox-URL) (if supported/reported by server)
| |
| ScheduleOutboxURL |
URL used to issue free/busy requests (DAV: schedule-outbox-URL)
| |
| URI |
URI of this DAV Container
|