Метод RoleAssignment.ImportRoleDefinitionBindings
Imports the specified role definition bindings into the collection of role definitions that are bound to the role assignment.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public Sub ImportRoleDefinitionBindings ( _
roleDefinitionBindings As RoleDefinitionBindingCollection _
)
'Применение
Dim instance As RoleAssignment
Dim roleDefinitionBindings As RoleDefinitionBindingCollection
instance.ImportRoleDefinitionBindings(roleDefinitionBindings)
public void ImportRoleDefinitionBindings(
RoleDefinitionBindingCollection roleDefinitionBindings
)
Параметры
roleDefinitionBindings
Тип: Microsoft.SharePoint.Client.RoleDefinitionBindingCollectionAn Microsoft.SharePoint.SPRoleDefinitionBindingCollection object that represents the role definition bindings that will be imported.