Answer ValueEnumerationDelegate Delegate
The ValueEnumeration delegate.

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

public delegate void ValueEnumerationDelegate(
	Object state,
	int[] indices
)

Parameters

state
Type: OnlineSystem Object
state
indices
Type:  OnlineSystem Int32 
indices
See Also