Share via


SearchObjectFilter members

The SearchObjectFilter type exposes the following members.

Constructors

  Name Description
Public method SearchObjectFilter(SearchObjectLevel) Builds a SearchObjectFilter with default settings that specifies the set of objects owned by the current SharePoint context at the specified level. IncludeHigherLevel = true Offset = 0 MaximumNumberOfObjectsToReturn = 0
Public method SearchObjectFilter(SearchObjectOwner) Builds a SearchObjectFilter with default settings that specifies the set of objects owned by a given SearchObjectOwner and its parents. That is: IncludeHigherLevel = true Offset = 0 MaximumNumberOfObjectsToReturn = 0

Top

Properties

  Name Description
Public property IncludeHigherLevel
Public property IncludeLowerLevels
Public property Level the lowest level included in the filter.
Public property MaximumNumberOfObjectsToReturn
Public property Offset

Top

Methods

  Name Description
Public method AddToCommand
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Operators

  Name Description
Public operatorStatic member Explicit(SearchObjectOwner to SearchObjectFilter) Allows the automatic conversion of a SearchObjectOwner to a SearchObjectFilter.

Top

See also

Reference

SearchObjectFilter class

Microsoft.Office.Server.Search.Administration namespace