SearchObjectFilter members
SharePoint 2013
The SearchObjectFilter type exposes the following members.
| 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 |
| Name | Description | |
|---|---|---|
|
IncludeHigherLevel | |
|
IncludeLowerLevels | |
|
Level | the lowest level included in the filter. |
|
MaximumNumberOfObjectsToReturn | |
|
Offset |
| 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.) |
| Name | Description | |
|---|---|---|
|
Explicit(SearchObjectOwner to SearchObjectFilter) | Allows the automatic conversion of a SearchObjectOwner to a SearchObjectFilter. |
Show: