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: 3.47.3
Syntax
C#
public bool HasSubpanel( string relativePath )
Parameters
- relativePath
- Type: SystemString
The relative path of the subpanel to look for
Return Value
Type: BooleanSee Also