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

C#
public PanelContent Subpanel(
	string relativePath
)

Parameters

relativePath
Type: SystemString
The relative path of the subpanel to return

Return Value

Type: PanelContent
A PanelContent object
See Also

Reference