| DAVFolder Methods |
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)
|