Proxy RemoveSupportFiles Method
Call RemoveSupportFiles on HotDocs Server via web services.

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 void RemoveSupportFiles(
	string templateID,
	string templateKey,
	string templateState
)

Parameters

templateID
Type: OnlineSystem String

[Missing <param name="templateID"/> documentation for "M:HotDocs.Sdk.Server.WebService.Proxy.RemoveSupportFiles(System.String,System.String,System.String)"]

templateKey
Type: OnlineSystem String

[Missing <param name="templateKey"/> documentation for "M:HotDocs.Sdk.Server.WebService.Proxy.RemoveSupportFiles(System.String,System.String,System.String)"]

templateState
Type: OnlineSystem String

[Missing <param name="templateState"/> documentation for "M:HotDocs.Sdk.Server.WebService.Proxy.RemoveSupportFiles(System.String,System.String,System.String)"]

Implements

IHDSvc RemoveSupportFiles(String, String, String)
See Also