SP.EnumerableArray.remove(item) Method
Applies to: SharePoint Foundation 2010
Removes the first occurrence of the specified item from the SP.EnumerableArray object.
SP.EnumerableArray.remove(item);
Parameters
item
Type: Object
The object to remove from the array.
Remarks
This method removes the first occurrence of the specified item from the array. The index value of items that are greater than the index value of the removed item in the array is decreased by one.
No exception is thrown if item is not in the enumerable array.