Click or drag to resize
PanelContentHasSubpanel Method
Returns True if this zone contains a subpanel with the specified relative path.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public bool HasSubpanel(
	string relativePath
)

Parameters

relativePath
Type: SystemString
The relative path of the subpanel to look for

Return Value

Type: Boolean
See Also