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
Appends a new element to the SP.EnumerableArray object.
SP.EnumerableArray.add(obj);
Parameters
obj
Type: Object
The new element to add.
Remarks
This method adds the new element specified by the obj parameter to the end of the enumerable array.