Share via


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.

Applies To

SP.EnumerableArray Class

See Also

Reference

SP.EnumerableArray Methods

SP.EnumerableArray Properties

SP Namespace