Share via


SPClaimsMigrationConfiguration.LoadSkipList method

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

Syntax

'Declaration
Public Shared Function LoadSkipList ( _
    filePath As String _
) As HashSet(Of String)
'Usage
Dim filePath As String
Dim returnValue As HashSet(Of String)

returnValue = SPClaimsMigrationConfiguration.LoadSkipList(filePath)
public static HashSet<string> LoadSkipList(
    string filePath
)

Parameters

Return value

Type: System.Collections.Generic.HashSet<String>

See also

Reference

SPClaimsMigrationConfiguration class

SPClaimsMigrationConfiguration members

Microsoft.SharePoint.Administration.Claims namespace