Click or drag to resize
DAVContainer Class
This class houses the properties of a folder/collection (as well as some generic convenince properties for the user)
Inheritance Hierarchy

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DAVContainer

The DAVContainer type exposes the following members.

Constructors
  NameDescription
Public methodDAVContainer
Constructs a new DAVContainer
Public methodDAVContainer(String)
Constructs a new DAVContainer
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetHomeSetURIByType
Returns the appropriate homeset URI based on the Container Type
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldAddressBookHomeSet
Identifies the URL of the collection that contains the address-book collections for the user
Public fieldbIsCollection
Indicates whether the resource is a collection or not
Public fieldbIsHomeSet
Indicates whether this container is a homeset resource
Public fieldbSupportsEvents
Indicates whether the folder/container supports Events/Appointments
Public fieldbSupportsTasks
Indicates whether the folder/container supports Tasks
Public fieldCalendarHomeSet
Identifies the URL of the collection that contains the calendar collections for the user
Public fieldChangeTag
String representing the change tag of a folder (a string representing whether or not the folder has changed)
Public fieldCurrentUserPrincipal
Indicates a URL for the currently authenticated user's principal resource on the server.
Public fieldDAVFolderType
DAVContainerType of folder/collection
Public fieldDisplayName
Display name of the resource
Public fieldGatewayDirectory
URL representing Global/Organisation address list collection (DAV:directory-gateway)
Public fieldItems
List of DAVItems within the container as returned by a 'get' request
Public fieldPrincipalURL
DAV:principal-URL value
Public fieldScheduleDefaultCalendarURL
Default URL used to issue free/busy requests (DAV: schedule-outbox-URL) (if supported/reported by server)
Public fieldScheduleOutboxURL
URL used to issue free/busy requests (DAV: schedule-outbox-URL)
Public fieldURI
URI of this DAV Container
Top
Remarks
See Also