SP.EnumerableArray.toArray() Method

Applies to: SharePoint Foundation 2010

In this article
Return Value
Remarks
Applies To

Converts the enumerable array to an Array.

var value = SP.EnumerableArray.toArray();

Return Value

Type: Array

The array that contains all elements of the enumerable array.

Remarks

This method returns the array object that contains all elements of the enumerable array.

Applies To

SP.EnumerableArray Class

See Also

Reference

SP.EnumerableArray Methods

SP.EnumerableArray Properties

SP Namespace