SearchObjectLevel enumeration
This enumeration represents a site server level.
Namespace: Microsoft.SharePoint.Client.Search.Administration
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public Enumeration SearchObjectLevel
'Usage
Dim instance As SearchObjectLevel
public enum SearchObjectLevel
Members
Member name | Description | |
---|---|---|
SPWeb | Value: 0Represents the level of a site server site. | |
SPSite | Value: 1Represents the level of a site server site collection. | |
SPSiteSubscription | Value: 2Represents the level of a site server tenant. | |
Ssa | Value: 3Represents the level of a site server search service application. |