MultipleChoiceValue Constructor ( String , Boolean)
MultipleChoiceValue constructor

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

public MultipleChoiceValue(
	string[] value,
	bool userModifiable
)

Parameters

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