SP.RoleDefinitionBindingCollection.itemAt(index) Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Gets the role definition at the specified index in the binding collection.
var value = SP.RoleDefinitionBindingCollection.itemAt(index);
Parameters
index
Type: int
The index of the role definition in the binding collection.
Return Value
Type: SP.RoleDefinition Class
The role definition at the specified index.
Remarks
The method retrieves the role definition at the index specified by the index parameter.
Applies To
SP.RoleDefinitionBindingCollection Class
See Also
Reference
SP.RoleDefinitionBindingCollection Methods