SearchServiceApplicationProxy.GetVolatileScopeInfo Method
Retrieves the information that is likely to change for the specified Search scope.
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 SearchServiceApplicationProxy
Dim scopeId As Integer
Dim returnValue As ScopeInfo
returnValue = instance.GetVolatileScopeInfo(scopeId)
public ScopeInfo GetVolatileScopeInfo(
int scopeId
)
Parameters
scopeId
Type: System.Int32The ID of the Scope.
Return Value
Type: Microsoft.Office.Server.Search.Administration.ScopeInfo
The information about the Search scope.
Implements
ISearchSiteAdministrationServiceApplication.GetVolatileScopeInfo(Int32)
Exceptions
Exception | Condition |
---|---|
Exception | An error occurred during application execution. |
Remarks
The scopeId parameter must not be null .
See Also
Reference
SearchServiceApplicationProxy Class