DAVFolder Class |
Namespace: ARPDev.DAVLIB
The DAVFolder type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateItem(VCalendar) |
Creates a VCalendar/VEvent under this DAVFolder
|
![]() | CreateItem(VCard) |
Creates a VCard under this DAVFolder
|
![]() | DeleteItem |
Delets an object within a folder by its filename (ItemId)
|
![]() | 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
(Inherited from DAVContainer.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | ListItems |
Returns a list of the items within a folder
|
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | UpdateItem(String, VCalendar) |
Updates a VCalendar/VEvent object within a folder by its filename (ItemId)
|
![]() | UpdateItem(String, VCard) |
Updates a VCard object within a folder by its filename (ItemId)
|
Name | Description | |
---|---|---|
![]() | AddressBookHomeSet |
Identifies the URL of the collection that contains the address-book collections for the user
(Inherited from DAVContainer.) |
![]() | bIsCollection |
Indicates whether the resource is a collection or not
(Inherited from DAVContainer.) |
![]() | bIsHomeSet |
Indicates whether this container is a homeset resource
(Inherited from DAVContainer.) |
![]() | bSupportsEvents |
Indicates whether the folder/container supports Events/Appointments
(Inherited from DAVContainer.) |
![]() | bSupportsTasks |
Indicates whether the folder/container supports Tasks
(Inherited from DAVContainer.) |
![]() | CalendarHomeSet |
Identifies the URL of the collection that contains the calendar collections for the user
(Inherited from DAVContainer.) |
![]() | ChangeTag |
String representing the change tag of a folder (a string representing whether or not the folder has changed)
(Inherited from DAVContainer.) |
![]() | CurrentUserPrincipal |
Indicates a URL for the currently authenticated user's principal resource on the server.
(Inherited from DAVContainer.) |
![]() | DAVFolderType |
DAVContainerType of folder/collection
(Inherited from DAVContainer.) |
![]() | DisplayName |
Display name of the resource
(Inherited from DAVContainer.) |
![]() | GatewayDirectory |
URL representing Global/Organisation address list collection (DAV:directory-gateway)
(Inherited from DAVContainer.) |
![]() | Items |
List of DAVItems within the container as returned by a 'get' request
(Inherited from DAVContainer.) |
![]() | PrincipalURL |
DAV:principal-URL value
(Inherited from DAVContainer.) |
![]() | ScheduleDefaultCalendarURL |
Default URL used to issue free/busy requests (DAV: schedule-outbox-URL) (if supported/reported by server)
(Inherited from DAVContainer.) |
![]() | ScheduleOutboxURL |
URL used to issue free/busy requests (DAV: schedule-outbox-URL)
(Inherited from DAVContainer.) |
![]() | URI |
URI of this DAV Container
(Inherited from DAVContainer.) |