Template GetDocExtension Method (DocumentType, Template)
Returns the assembled document extension for a specific document type.

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

public static string GetDocExtension(
	DocumentType docType,
	Template template
)

Parameters

docType
Type: HotDocs.Sdk DocumentType
The document type to find an extension for.
template
Type: HotDocs.Sdk Template
The template to to derive an extension from if docType is DocumentType.Native.

Return Value

Type: OnlineString

[Missing <returns> documentation for "M:HotDocs.Sdk.Template.GetDocExtension(HotDocs.Sdk.DocumentType,HotDocs.Sdk.Template)"]

See Also