FormDataStructureAndCollection.FindRows
Syntax:
Parameters:
<FilterParameters> (required)
Contains search criteria: the structure key defines the column where to search, and the structure value defines the desired value.
Returned value:
An array of strings from the collection that meet the search criteria.
The array stores references to rows of the collection, so if a row is modified, the value in the array changes accordingly.
Description:
Availability:
Calling the method executes a server call.
Note: