IAddressbookReport Interface
IT Hit WebDAV Classes Reference
Represents an item that can process addressbook-query and addressbook-multiget reports.
Namespace:
ITHit.WebDAV.Server.CardDav
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public interface IAddressbookReport
Public Interface IAddressbookReport
public interface class IAddressbookReport
type IAddressbookReport = interface end
The IAddressbookReport type exposes the following members.
Methods
| Name | Description |
---|
| MultiGetAsync |
Returns a list of business card files that correspont to the specified list of item paths.
|
| QueryAsync |
Returns a list of business card files that match specified filter.
|
TopRemarks
Items that implement this interface advertise support for addressbook-query and addressbook-multiget
reports.
See Also