VariableInfo Class
VariableInfo contains basic metadata (name and type) about a HotDocs variable. This type is used by TemplateManifest to list the variables that may potentially be gathered by an interview and/or used in a template.
Inheritance Hierarchy

Online System Object
  HotDocs.Sdk VariableInfo

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

public class VariableInfo : IEquatable<VariableInfo>, 
	IComparable<VariableInfo>
See Also