Click or drag to resize

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 IBind

The IBind type exposes the following members.

Properties
  NameDescription
Public propertyId
Unique identifier of the resource.
Public propertyParentId
Unique identifier of the resource parent.
Top
Remarks
Note that this interface is required to support synchronization.
See Also