SPClaimEntityTypes.ConvertFromPrincipalType method
Performs a conversion from principal types to entity types.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function ConvertFromPrincipalType ( _
contextUri As Uri, _
principalType As SPPrincipalType _
) As String()
'Usage
Dim contextUri As Uri
Dim principalType As SPPrincipalType
Dim returnValue As String()
returnValue = SPClaimEntityTypes.ConvertFromPrincipalType(contextUri, _
principalType)
public static string[] ConvertFromPrincipalType(
Uri contextUri,
SPPrincipalType principalType
)
Parameters
contextUri
Type: System.UriThe context, as a URI. This must be a properly formatted URI.
principalType
Type: Microsoft.SharePoint.Utilities.SPPrincipalTypeThe principal type value to convert to equivalent types.
Return value
Type: []
A String array of SPClaimEntityTypes that is equivalent to the input.
Remarks
Some entity types are considered to have an equivalence relationship to SPPrincipalType types. This method performs a conversion for those cases that are possible to be converted.