Click or drag to resize

IHierarchyItemAsyncName 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: 7.1.4620
Syntax
string Name { get; }

Property Value

Type: String
Examples

The code below is part of 'WebDAVServer.FileSystemStorage.AspNet' C# & VB samples provided with the SDK.

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