Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Converts the enumerable array to an ArrayList.
var value = SP.EnumerableArray.toArrayList();
Return Value
Type: ArrayList
The dynamic array that contains all of the elements of the enumerable array.
Remarks
This method returns the dynamic array object that contains all of the elements of the enumerable array.