Redigera

Share via


Collections (Client API reference)

Collections are structures to provide access to data that represent an array, but without the ability to modify the data in the array. More information: Collections in formContext object model

These methods are available to all the collections in the formContext object model.

Method Description
forEach Applies the action contained in a delegate function.
get Get one or more objects from the collection depending on the arguments passed.
getLength Gets the count of items in the collection.

Client API form context