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
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.