A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
Apptus.ESales.Connector
DynamicPage Class
DynamicPage Methods
AddAttribute Method
AddAttributes Method
AddSubpanel Method
RetrieveContent Method
RetrieveContentAsXml Method
DynamicPage
AddSubpanel Method
Adds a subpanel to this dynamic page. Each subpanel must have a unique name.
Namespace:
Apptus.ESales.Connector
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
Copy
public
DynamicPage
AddSubpanel
(
Subpanel
subpanel
)
Parameters
subpanel
Type:
Apptus.ESales.Connector
Subpanel
The subpanel to add
Return Value
Type:
DynamicPage
The dynamic page with the added subpanel
Exceptions
Exception
Condition
DuplicateSubpanelException
If the dynamic page already has a subpanel with the same name as the provided
See Also
Reference
DynamicPage Class
Apptus.ESales.Connector Namespace