SP.EnumerableArray.getEnumerator() Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Gets an enumerator that enumerates all the elements in the SP.EnumerableArray object.
var value = SP.EnumerableArray.getEnumerator();
Return Value
Type: IEnumerator
An enumerator that enumerates all the elements in the array.
Remarks
This method returns an enumerator that enumerates all the elements in the array.