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: 3.47.3
Syntax
C#
public DynamicPage AddSubpanel( Subpanel subpanel )
Parameters
- subpanel
- Type: Apptus.ESales.ConnectorSubpanel
The subpanel to add
Return Value
Type: DynamicPageThe 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