A dynamic page consists of a page name and a number of subpanels. Each subpanel must point to a public panel, already defined in the eSales panel hierarchy.
Use {@link #retrieveContent()} to get the content of this page and all of its subpanels, recursively.
Apptus.ESales.ConnectorDynamicPage
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
public class DynamicPage
The DynamicPage type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddSubpanel |
Adds a subpanel to this dynamic page. Each subpanel must have a unique name.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RetrieveContent | Retrieves the content of this dynamic page from the eSales service. Same as calling RetrieveContent(DictionaryString, String) with an empty Dictionary. |
![]() | RetrieveContent(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. |
![]() | RetrieveContentAsXml | 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. |
![]() | ToString | (Inherited from Object.) |