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.