Click or drag to resize

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
string ParentId { get; }

Property Value

Type: String
Remarks
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