Services Constructor
The Services constructor

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

public Services(
	string endPointName,
	string templatePath
)

Parameters

endPointName
Type: OnlineSystem String
The endPointName defines host to where web service calls will be made
templatePath
Type: OnlineSystem String
The templatePath is the base folder location where templates are stored
See Also