SP.RoleAssignmentCollection.itemAt(index) Method

Applies to: SharePoint Foundation 2010

In this article
Return Value
Remarks
Applies To

Gets the role assignment at the specified index in the collection.

var value = SP.RoleAssignmentCollection.itemAt(index);

Parameters

index

Type: int

The index of the role assignment in the collection.

Return Value

Type: SP.RoleAssignment Class

The role assignment at the specified index.

Remarks

The method retrieves the role assignment at the index specified by the index parameter.

Applies To

SP.RoleAssignmentCollection Class

See Also

Reference

SP.RoleAssignmentCollection Methods

SP.RoleAssignmentCollection Properties

SP Namespace