ComponentInfo IsDefinedVariable Method
This method indicates whether or not the variable is defined.

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

public bool IsDefinedVariable(
	string variableName
)

Parameters

variableName
Type: OnlineSystem String
The name of the variable to check.

Return Value

Type: OnlineBoolean
True if the variable is defined, or false otherwise.
See Also