SearchObjectLevel enumeration

Provides an enumeration of the possible SharePoint levels a search object might be associated with.

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

Syntax

'Declaration
Public Enumeration SearchObjectLevel
'Usage
Dim instance As SearchObjectLevel
public enum SearchObjectLevel

Members

Member name Description
SPWeb
SPSite
SPSiteSubscription
Ssa

Remarks

The items in this enumeration should be ordered from lower level to higher level in the SharePoint hierarchy.

See also

Reference

Microsoft.Office.Server.Search.Administration namespace