DAVItem Class |
Namespace: ARPDev.DAVLIB
The DAVItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | DAVItem |
Constructs a new DAVItem
|
![]() | DAVItem(DAVURI, String) |
Constructs a new DAVItem
|
![]() | DAVItem(DAVURI, String, String, String) |
Constructs a new DAVItem
|
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.) |
![]() | 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 | |
---|---|---|
![]() | ChangeTag |
Change Tag indicating any item change state)
|
![]() | ContentType |
Item content type as string (eg:text/vcard or text/calendar)
|
![]() | Data |
String containing the actual contact/appointment
|
![]() | ItemId |
If it is an item (appointment/contact/task, etc), then this is contains the itemid/filename portion of the URI
|
![]() | URI |
URI (location of object on server)
|