SP.RoleAssignment.importRoleDefinitionBindings Method (sp.js)

Imports the specified role definition bindings into the collection of role definitions that are bound to the role assignment.

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

SP.RoleAssignment.importRoleDefinitionBindings()

Parameters

  • roleDefinitionBindings
    Type: SP.RoleDefinitionBindingCollection

    An Microsoft.SharePoint.SPRoleDefinitionBindingCollection object that represents the role definition bindings that will be imported.

Return value

Undefined