SP.UserCustomActionCollection.itemAt(index) Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Gets the custom action at the specified index of the collection.
var value = SP.UserCustomActionCollection.itemAt(index);
Parameters
index
Type: int
The zero-based index of the element.
Return Value
Type: SP.UserCustomAction
The custom action at the specified index of the collection.
Remarks
This method gets the custom action at the index specified by the index parameter.
Applies To
SP.UserCustomActionCollection Class
See Also
Reference
SP.UserCustomActionCollection Methods