SPUtility.GetRoleDefinitionFromLegacyWebGroupId method

Gets the role definition for the web group with the specified ID from the specified collection of role definitions.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function GetRoleDefinitionFromLegacyWebGroupId ( _
    roles As SPRoleDefinitionCollection, _
    webGroupId As Integer _
) As SPRoleDefinition
'Usage
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
)

Parameters

  • webGroupId
    Type: System.Int32

    The web group ID to get the role definition.

Return value

Type: Microsoft.SharePoint.SPRoleDefinition
The role definition for the web group.

Exceptions

Exception Condition
ArgumentException

The role definition cannot be found for the web group.

Remarks

This method gets the role definition for the web group with the ID specified by the webGroupId parameter from the role definition collection specified by the roles parameter.

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace