SP.RoleAssignment.importRoleDefinitionBindings(roleDefinitionBindings) Method
Applies to: SharePoint Foundation 2010
Imports the specified role definition bindings into the collection of role definitions that are bound to the role assignment.
SP.RoleAssignment.importRoleDefinitionBindings(roleDefinitionBindings);
Parameters
- roleDefinitionBindings
An Microsoft.SharePoint.SPRoleDefinitionBindingCollection object that represents the role definition bindings that will be imported.
Type: SP.RoleDefinitionBindingCollection