IBindId Property
IT Hit WebDAV Classes Reference
Unique identifier of the resource.
Namespace:
ITHit.WebDAV.Server.Synchronization
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax ReadOnly Property Id As String
Get
property String^ Id {
String^ get ();
}
abstract Id : string with get
Property Value
Type:
StringRemarks
The server will return ID in the resource-id property.
In most cases you will return a URI that the client application will use to access and manipulate the resource.
The Id of the resource MUST NOT change through the life of the resource. Even after the resource is no longer accessible through any URI, that value MUST NOT be reassigned to another resource's ID.
See Also