SearchObjectOwner members
The SearchObjectOwner type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SearchObjectOwner(SearchObjectLevel) | Creates an SearchObjectOwner based on current SharePoint context, at the level specified. | |
SearchObjectOwner(SearchObjectLevel, SPWeb) | Creates an SearchObjectOwner based on the SharePoint context specified by a passed SPWeb, at the level specified. |
Top
Properties
Name | Description | |
---|---|---|
EmptyOwner | ||
Level | the level of the lowest level owner included in the SearchObjectOwner. | |
SPFarmId | ||
SPSiteId | ||
SPSiteSubscriptionId | ||
SPWebId |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Overrides Object.Equals(Object).) | |
Equals(SearchObjectOwner) | ||
Finalize | (Inherited from Object.) | |
GetHashCode | (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Overrides Object.ToString().) |
Top