SP.RoleDefinitionBindingCollection.itemAt Method (sp.js)

Gets the role definition at the specified index in the binding collection.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

SP.RoleDefinitionBindingCollection.itemAt()

Parameters

  • index
    Type: int

    The index of the role definition in the binding collection.

Return value

Type: SP.RoleDefinition

The role definition at the specified index.

Remarks

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