ISecurityTrimmer.Initialize, méthode (Microsoft.Office.Server.Search.Query)
Initializes the custom security trimmer.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Sub Initialize ( _
staticProperties As NameValueCollection, _
searchContext As SearchContext _
)
'Utilisation
Dim instance As ISecurityTrimmer
Dim staticProperties As NameValueCollection
Dim searchContext As SearchContext
instance.Initialize(staticProperties, searchContext)
void Initialize (
NameValueCollection staticProperties,
SearchContext searchContext
)
Paramètres
- staticProperties
A System.Collections.Specialized.NameValueCollection object containing the collection of configuration properties for a custom security trimmer.
- searchContext
A SearchContext object representing a Shared Services Provider's search service
Remarques
The Initialize method executes when the worker process on the Query server starts, and is good for the lifetime of that worker process.
Voir aussi
Référence
ISecurityTrimmer, interface
Membres ISecurityTrimmer
Microsoft.Office.Server.Search.Query, espace de noms
SearchContext, classe
Autres ressources
Présentation de la suppression de la sécurité personnalisée pour les résultats de la Recherche de contenu d'entreprise
Procédure pas à pas : utilisation d'un découpage de sécurité par défaut pour les résultats de recherche
Modèle de sécurité de la recherche de contenu d'entreprise
Interrogation d'une recherche de contenu d'entreprise