Services RemoveSupportFiles Method
RemoveSupportFiles removes support files (javascript and SilverLight) for the supplied template

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(
	Template template
)

Parameters

template
Type: HotDocs.Sdk Template
An instance of the Template class, for which the supporting javascript files and Silverlight DLLs will be removed

Implements

IServices RemoveSupportFiles(Template)
See Also