GetItems - method of the PmfLayout object
Description:
Returns an array of Pmf objects.
Syntax:
Object GetItems(String sFilterType, [String vFilterValue])
Parameters:
sFilterType | (String) type of the input filter of the method.
"All" - all Pmf objects
"IdBegin" - all Pmf objects that have names Id beginning with value defined in the vFilterValue parameter
"IdSub" - all Pmf objects that have names Id containing value defined in the vFilterValue parameter |
vFilterValue | [optional] (String) entered value of filter of the method. |
---|
Return values:
Returns an array of Pmf objects or an empty array if error occured.
Example1:
JavaScriptSelect and copy to clipboard
var aItems = oLayout.GetItems("All");