RoleAssignment.ImportRoleDefinitionBindings method

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

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Sub ImportRoleDefinitionBindings ( _
    roleDefinitionBindings As RoleDefinitionBindingCollection _
)
'Usage
Dim instance As RoleAssignment
Dim roleDefinitionBindings As RoleDefinitionBindingCollection

instance.ImportRoleDefinitionBindings(roleDefinitionBindings)
public void ImportRoleDefinitionBindings(
    RoleDefinitionBindingCollection roleDefinitionBindings
)

Parameters

See also

Reference

RoleAssignment class

RoleAssignment members

Microsoft.SharePoint.Client namespace