IBindParentId Property
IT Hit WebDAV Classes Reference
Unique identifier of the resource parent.
Namespace:
ITHit.WebDAV.Server.Synchronization
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax ReadOnly Property ParentId As String
Get
property String^ ParentId {
String^ get ();
}
abstract ParentId : string with get
Property Value
Type:
StringRemarks
The server will return parent ID in the parent-resource-id property.
In most cases you will return a URI that the client application will use to identify the parent of the resource.
Unlike Id, the parent ID CAN change through the life of the resource, as a result of move operation.
See Also