Partager via


DocIdLookup.SetSearchScope - Méthode

Définit l'étendue de recherche pour être utilisé par le fournisseur de recherche par défaut.

Espace de noms :  Microsoft.Office.DocumentManagement
Assembly :  Microsoft.Office.DocumentManagement (dans Microsoft.Office.DocumentManagement.dll)

Syntaxe

'Déclaration
Public Shared Sub SetSearchScope ( _
    site As SPSite, _
    scope As String _
)
'Utilisation
Dim site As SPSite
Dim scope As StringDocIdLookup.SetSearchScope(site, scope)
public static void SetSearchScope(
    SPSite site,
    string scope
)

Paramètres

  • scope
    Type : System.String

    Un string qui spécifie la portée de la recherche

Voir aussi

Référence

DocIdLookup classe

DocIdLookup - Membres

Microsoft.Office.DocumentManagement - Espace de noms

DocIdLookup