IServices Interface
This is a stateless, object-oriented interface for basic communications with HotDocs Server or Cloud Services, including getting interviews, assembling documents, and other simple operations. There are three implementations of IServices:
  • Local.Services - talks to a locally-running copy of HotDocs Server;
  • WebService.Services - talks to a remotely-running copy of HotDocs Server via the HotDocs Server web services interface;
  • Cloud.Services - talks to HotDocs Cloud Services running in Windows Azure.

Namespace: HotDocs.Sdk.Server
Assembly: HotDocs.Sdk.Server (in HotDocs.Sdk.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public interface IServices
See Also