DynamicPageAddSubpanel Method A Sandcastle Documented Class Library
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.3.0
Syntax

C#
public DynamicPage AddSubpanel(
	Subpanel subpanel
)

Parameters

subpanel
Type: Apptus.ESales.ConnectorSubpanel
The subpanel to add

Return Value

Type: DynamicPage
The dynamic page with the added subpanel
Exceptions

ExceptionCondition
DuplicateSubpanelExceptionIf the dynamic page already has a subpanel with the same name as the provided
See Also

Reference