NumberValue Constructor (Nullable Double , Boolean)
NumberValue constructor

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

public NumberValue(
	Nullable<double> value,
	bool userModifiable
)

Parameters

value
Type: OnlineSystem Nullable OnlineDouble 
value
userModifiable
Type: OnlineSystem Boolean
Whether this value should be modifiable by end users in the interview UI.
See Also