SearchObjectFilter members
The SearchObjectFilter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
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 | |
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 | |
---|---|---|
IncludeHigherLevel | ||
IncludeLowerLevels | ||
Level | the lowest level included in the filter. | |
MaximumNumberOfObjectsToReturn | ||
Offset |
Top
Methods
Name | Description | |
---|---|---|
AddToCommand | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
Explicit(SearchObjectOwner to SearchObjectFilter) | Allows the automatic conversion of a SearchObjectOwner to a SearchObjectFilter. |
Top