WebDavDiskStoreCollection MethodsWebDAV#

The WebDavDiskStoreCollection type exposes the following members.

Methods
  NameDescription
Public methodCopyItemHere
Copies an existing store item into this collection, overwriting any existing items.
Public methodCreateCollection
Creates a new collection with the specified name.
Public methodCreateDocument
Creates a new document with the specified name.
Public methodDelete
Deletes a store item by its name.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetItemByName
Retrieves a store item by its name.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMoveItemHere
Moves an existing store item into this collection, overwriting any existing items.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also