SPUtility.GetRoleDefinitionFromLegacyWebGroupId method
會從指定的角色定義集合取得具有指定識別碼的 web 群組之角色定義。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function GetRoleDefinitionFromLegacyWebGroupId ( _
roles As SPRoleDefinitionCollection, _
webGroupId As Integer _
) As SPRoleDefinition
'用途
Dim roles As SPRoleDefinitionCollection
Dim webGroupId As Integer
Dim returnValue As SPRoleDefinition
returnValue = SPUtility.GetRoleDefinitionFromLegacyWebGroupId(roles, _
webGroupId)
public static SPRoleDefinition GetRoleDefinitionFromLegacyWebGroupId(
SPRoleDefinitionCollection roles,
int webGroupId
)
參數
roles
Type: Microsoft.SharePoint.SPRoleDefinitionCollection角色定義集合。
webGroupId
Type: System.Int32若要取得的角色定義 web 群組識別碼。
傳回值
Type: Microsoft.SharePoint.SPRoleDefinition
網站群組之角色定義。
Exceptions
Exception | Condition |
---|---|
ArgumentException | 找不到 [網頁] 群組的角色定義。 |
備註
這個方法會取得 web 群組之角色定義與從roles參數所指定的角色定義集合webGroupId參數所指定的識別碼。