Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Translates the identifiable string to an encoded claim by using the parse context.
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function TranslateFriendlyStringToEncodedClaimUsingContext ( _
friendly As String, _
pc As ParseContext _
) As String
'Usage
Dim friendly As String
Dim pc As ParseContext
Dim returnValue As String
returnValue = BdcAccessControlList.TranslateFriendlyStringToEncodedClaimUsingContext(friendly, _
pc)
public static string TranslateFriendlyStringToEncodedClaimUsingContext(
string friendly,
ParseContext pc
)
Parameters
friendly
Type: System.StringThe identifiable string.
pc
Type: Microsoft.SharePoint.BusinessData.Parser.ParseContextThe parse context.
Return Value
Type: System.String
The encoded claim.