PanelContent MethodsA Sandcastle Documented Class Library

The PanelContent type exposes the following members.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHasSubpanel
Returns True if this zone contains a subpanel with the specified relative path.
Public methodResult
Returns the result of this panel. If this panel is not a function panel, then returns null.
Public methodResultAsAds
Fetches the result as Ads.
Public methodResultAsCategoryList
Fetches the result as a list of CategoryData objects. These objects do not have links to any subcategories or parent.
Public methodResultAsCategoryTree
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).
Public methodResultAsCompletions
Fetches the result as Completions.
Public methodResultAsCorrections
Fetches the result as Corrections.
Public methodResultAsCount
Fetches the result as Count.
Public methodResultAsFacetList
Public methodResultAsFacetRange
Fetches the result as FacetRange.
Public methodResultAsPhrases
Fetches the result as Phrases.
Public methodResultAsProducts
Fetches the result as Products.
Public methodResultAsValues
Fetches the result as Values.
Public methodSubpanel
Return a sub panel given it's relativePath to this one.
Public methodToString (Inherited from Object.)
Top
See Also

Reference