WebDavDiskStoreCollection ClassWebDAV#
This class implements a disk-based IWebDavStore that maps to a folder on disk.
Inheritance Hierarchy

Namespace: WebDAVSharp.Server.Stores.DiskStore
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class WebDavDiskStoreCollection : WebDavDiskStoreItem, 
	IWebDavStoreCollection, IWebDavStoreItem

The WebDavDiskStoreCollection type exposes the following members.

Constructors
  NameDescription
Public methodWebDavDiskStoreCollection
Initializes a new instance of the WebDavDiskStoreCollection class.
Top
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
Properties
  NameDescription
Public propertyCreationDate
Gets the creation date of this IWebDavStoreItem.
(Inherited from WebDavDiskStoreItem.)
Public propertyHidden
Gets the hidden state of this IWebDavStoreItem.
(Inherited from WebDavDiskStoreItem.)
Public propertyIsCollection
Gets if this IWebDavStoreItem is a collection.
(Inherited from WebDavDiskStoreItem.)
Public propertyItemPath
Gets the path to this WebDavDiskStoreItem.
(Inherited from WebDavDiskStoreItem.)
Public propertyItems
Gets a collection of all the items in this IWebDavStoreCollection.
Public propertyModificationDate
Gets the modification date of this IWebDavStoreItem.
(Inherited from WebDavDiskStoreItem.)
Public propertyName
Gets or sets the name of this IWebDavStoreItem.
(Inherited from WebDavDiskStoreItem.)
Public propertyParentCollection
Gets the parent IWebDavStoreCollection that owns this IWebDavStoreItem.
(Inherited from WebDavStoreItemBase.)
Top
See Also