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
SyntaxReadOnly Property ParentId As String
	Get
property String^ ParentId {
	String^ get ();
}abstract ParentId : string with get
Property Value
Type: 
String Remarks
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
See Also