RoleAssignment.ImportRoleDefinitionBindings - Méthode
Imports the specified role definition bindings into the collection of role definitions that are bound to the role assignment.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Sub ImportRoleDefinitionBindings ( _
roleDefinitionBindings As RoleDefinitionBindingCollection _
)
'Utilisation
Dim instance As RoleAssignment
Dim roleDefinitionBindings As RoleDefinitionBindingCollection
instance.ImportRoleDefinitionBindings(roleDefinitionBindings)
public void ImportRoleDefinitionBindings(
RoleDefinitionBindingCollection roleDefinitionBindings
)
Paramètres
roleDefinitionBindings
Type : Microsoft.SharePoint.Client.RoleDefinitionBindingCollectionAn Microsoft.SharePoint.SPRoleDefinitionBindingCollection object that represents the role definition bindings that will be imported.