Return a sub panel given it's relativePath to this one.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public PanelContent Subpanel( string relativePath )
Parameters
- relativePath
- Type: SystemString
The relative path of the subpanel to return
Return Value
Type: PanelContentA PanelContent object
See Also