SubpanelCreate Method A Sandcastle Documented Class Library

Creates a subpanel with a reference to a public panel. The subpanel can be supplied to a dynamic page.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public static Subpanel Create(
	string name,
	string publicPanel
)

Parameters

name
Type: SystemString
The name of this subpanel, defining the path shown in the result. This name must be unique for each dynamic page it is provided to.
publicPanel
Type: SystemString
The path of the public panel.

Return Value

Type: Subpanel
See Also

Reference