Click or drag to resize

IHierarchyItemName Property

IT Hit WebDAV Classes Reference
Gets the name of the item in repository.

Namespace: ITHit.WebDAV.Server
Assembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.5.3121.0
Syntax
string Name { get; }

Property Value

Type: String
Examples

The code below is part of 'WebDAVServer.NtfsStorage' sample provided with the SDK.

public string Name
{
    get { return fileSystemInfo.Name; }
}
See Also