PanelContent Methods |
The PanelContent type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HasSubpanel |
Returns True if this zone contains a subpanel with the specified relative path.
| |
Result |
Returns the result of this panel. If this panel is not
a function panel, then returns null.
| |
ResultAsAds |
Fetches the result as Ads.
| |
ResultAsCategoryList |
Fetches the result as a list of CategoryData objects. These objects do not have links to any subcategories or
parent.
| |
ResultAsCategoryTree |
Fetches the result as a CategoryNode object, representing the root of a (possibly partial) category tree.
The tree can be traversed using for example the Subcategories property, or utility methods such as GetSelectedSubcategory()
and FindDescendant(string).
| |
ResultAsCompletions |
Fetches the result as Completions.
| |
ResultAsCorrections |
Fetches the result as Corrections.
| |
ResultAsCount |
Fetches the result as Count.
| |
ResultAsFacetList |
Fetches the result as a FacetList. The elements in the list are either ResultValues or ResultFacetRange.
| |
ResultAsFacetRange |
Fetches the result as FacetRange.
| |
ResultAsPhrases |
Fetches the result as Phrases.
| |
ResultAsProducts |
Fetches the result as Products.
| |
ResultAsValues |
Fetches the result as Values.
| |
Subpanel |
Return a sub panel given it's relativePath to this one.
| |
ToString | (Inherited from Object.) |