SPProviderSearchArguments constructor (String, String)

Initializes a new instance of the SPProviderSearchArguments class.

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

Syntax

'Declaration
Public Sub New ( _
    providerName As String, _
    hierarchyNodeID As String _
)
'Usage
Dim providerName As String
Dim hierarchyNodeID As String

Dim instance As New SPProviderSearchArguments(providerName, _
    hierarchyNodeID)
public SPProviderSearchArguments(
    string providerName,
    string hierarchyNodeID
)

Parameters

  • hierarchyNodeID
    Type: System.String

    The identifier of the hieararchy node.

See also

Reference

SPProviderSearchArguments class

SPProviderSearchArguments members

SPProviderSearchArguments overload

Microsoft.SharePoint.Administration.Claims namespace