Click or drag to resize

IHierarchyItemBaseName Property

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

Namespace:  ITHit.Server
Assembly:  ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
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