Share via


SPFormsClaimMigration.IsFormsClaimsRole method

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Function IsFormsClaimsRole ( _
    context As SPClaimMigrationContext, _
    entity As SPMigrationEntity _
) As Boolean
'Usage
Dim context As SPClaimMigrationContext
Dim entity As SPMigrationEntity
Dim returnValue As Boolean

returnValue = Me.IsFormsClaimsRole(context, _
    entity)
protected bool IsFormsClaimsRole(
    SPClaimMigrationContext context,
    SPMigrationEntity entity
)

Parameters

Return value

Type: System.Boolean

See also

Reference

SPFormsClaimMigration class

SPFormsClaimMigration members

Microsoft.SharePoint.Administration.Claims namespace