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
In this article
Return Value
Remarks
Applies To
Gets the role definition at the specified index in the collection.
var value = SP.RoleDefinitionCollection.itemAt(index);
Parameters
index
The index of the role definition in the collection.
Type: int
Return Value
Type: SP.RoleDefinition Class
The role definition at the specified index.
Remarks
The method gets the role definition at the index specified by the index parameter.
Applies To
SP.RoleDefinitionCollection Class
See Also
Reference
SP.RoleDefinitionCollection Methods