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 ReadOnly Property Name As String
Get
property String^ Name {
String^ get ();
}
abstract Name : string with get
Property Value
Type:
StringExamples The code below is part of 'WebDAVServer.FileSystemStorage.AspNet' C# & VB samples provided with the SDK.
public string Name { get { return fileSystemInfo.Name; } }
Public ReadOnly Property Name As String Implements IHierarchyItemBase.Name
Get
Return fileSystemInfo.Name
End Get
End Property
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
See Also