IBind Interface
IT Hit WebDAV Classes Reference
Represents resource binding.
When this interface is defined on a file or folder your server will report binding extensions support (RFC 5842).
Your server DAV header will include "bind" token.
Namespace:
ITHit.WebDAV.Server.Synchronization
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public interface class IBind
type IBind = interface end
The IBind type exposes the following members.
Properties
| Name | Description |
---|
| Id |
Unique identifier of the resource.
|
| ParentId |
Unique identifier of the resource parent.
|
TopRemarks
Note that this interface is required to support synchronization.
See Also