WebDavDiskStoreItem Name Property WebDAV#
Gets or sets the name of this IWebDavStoreItem.

Namespace: WebDAVSharp.Server.Stores.DiskStore
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string Name { get; set; }

Property Value

Type: String
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to rename item
See Also