Answer GetUserModifiable Method
Indicates whether (or not) a value should be modifiable by the user in the interview UI.

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

public abstract bool GetUserModifiable(
	params int[] rptIdx
)

Parameters

rptIdx
Type:  OnlineSystem Int32 
An array of repeat indexes for a specific answer value.

Return Value

Type: OnlineBoolean
True or False
See Also