ScopesManager.InitializeDetails Method
Initializes the Search scope compilation information by using the specified global settings.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Sub InitializeDetails ( _
scopesManagerInfo As ScopesManagerInfo _
)
'Usage
Dim scopesManagerInfo As ScopesManagerInfo
Me.InitializeDetails(scopesManagerInfo)
protected void InitializeDetails(
ScopesManagerInfo scopesManagerInfo
)
Parameters
scopesManagerInfo
Type: Microsoft.Office.Server.Search.Administration.ScopesManagerInfoThe global settings for the Search scopes system in a Search application.
Remarks
After executing this method, the lastRefreshTime field is set to the current time, the isPopulated field is set to true, and the isChanged field is set to false.