IHierarchyItem.Path Property

IT Hit WebDAV for .NET

Unique item path in the repository relative to storage root.

[Visual Basic]
Property Path As String
[C#]
string Path {get;}

Property Value

String representing retative item path in the repository.

Remarks

The URL returned by this property is relative to storage root. If your server root is located at ‘http://example.webdavsystem.com:8080/myserver/’ and the item URL is ‘http://example.webdavsystem.com:8080/myserver/myfolder/myitem.doc’ this property implementation must return ‘myfolder/myitem.doc’. To calculate the entire item URL the engine will call ApplicationPath property and attach it to url returned by Path property.

Examples:

See Also

IHierarchyItem Interface | ITHit.WebDAV.Server Namespace