SearchServiceApplication.GetVolatileScopeInfo Method

Retrieves the ScopeInfo likely to change for the specified SearchScope.

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

Syntax

'Declaration
Public Function GetVolatileScopeInfo ( _
    scopeId As Integer _
) As ScopeInfo
'Usage
Dim instance As SearchServiceApplication
Dim scopeId As Integer
Dim returnValue As ScopeInfo

returnValue = instance.GetVolatileScopeInfo(scopeId)
public ScopeInfo GetVolatileScopeInfo(
    int scopeId
)

Parameters

Return Value

Type: Microsoft.Office.Server.Search.Administration.ScopeInfo
The information about the SearchScope.

Implements

ISearchSiteAdministrationServiceApplication.GetVolatileScopeInfo(Int32)

Remarks

The value of the scopeId parameter must not be null .

See Also

Reference

SearchServiceApplication Class

SearchServiceApplication Members

Microsoft.Office.Server.Search.Administration Namespace