PanelContentSubpanel Method |
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: 4.5.0
Syntax 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