ScopesManager.InitializeVolatileDetails method

Initializes the Search scope compilation information by using the specified volatile global settings.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Protected Sub InitializeVolatileDetails ( _
    volatileScopesManagerInfo As VolatileScopesManagerInfo _
)
'Usage
Dim volatileScopesManagerInfo As VolatileScopesManagerInfo

Me.InitializeVolatileDetails(volatileScopesManagerInfo)
protected void InitializeVolatileDetails(
    VolatileScopesManagerInfo volatileScopesManagerInfo
)

Parameters

Remarks

This method sets the Search scope compilation information to volatile values from volatileScopesManagerInfo.

See also

Reference

ScopesManager class

ScopesManager members

Microsoft.Office.Server.Search.Administration namespace