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
roleDefinitionBindings
Type: Microsoft.SharePoint.Client.RoleDefinitionBindingCollectionAn Microsoft.SharePoint.SPRoleDefinitionBindingCollection object that represents the role definition bindings that will be imported.