DynamicPage MethodsA Sandcastle Documented Class Library

The DynamicPage type exposes the following members.

Methods

  NameDescription
Public methodAddAttribute
Adds a local panel attribute to this dynamic page. These attributes can be retrieved in the result using Attributes.
Public methodAddAttributes
Appends a dictionary of attributes to the local panel attributes of this dynamic page. Any prior attributes with the same name will be overridden. These attributes can be retrieved in the result using Attributes.
Public methodAddSubpanel
Adds a subpanel to this dynamic page. Each subpanel must have a unique name.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRetrieveContent
Public methodRetrieveContent(DictionaryString, String)

Retrieves the content of this dynamic page from the eSales service. The arguments supplied to this method may be overriden by the arguments sent to the subpanels, or by the arguments already defined in the public panels referred to by the subpanels.

You may use an ArgMap or a standard Dictionary to pass the arguments.

Public methodRetrieveContentAsXml

Retrieves the content of this dynamic page from the eSales service as an InputStream. The arguments supplied to this method may be overriden by the arguments sent to the subpanels, or by the arguments already defined in the public panels referred to by the subpanels.

You may use an ArgMap or a standard Dictionary to pass the arguments.

Public methodToString (Inherited from Object.)
Top
See Also

Reference