SP.UserCustomActionCollection.item Property
Applies to: SharePoint Foundation 2010
Gets the custom action at the specified index of the collection.
var value = SP.UserCustomActionCollection.get_item(index);
Property Value
Type: SP.UserCustomAction
The custom action at the specified index of the collection.
Applies To
SP.UserCustomActionCollection Class
See Also
Reference
SP.UserCustomActionCollection Methods