Add group field.

 

   

Syntax
 

[C#]
Field AddGroupField(List<IndirectObject> kids, string name, string value)

 

   

Params
 
Name Description
kids The kids to go in the form field
name Name of the form field
value Initial value for kids
return Form field id

 

   

Notes
 

Add group field.

 

   

Example
 
See the Annotations example project.

None.