Click or drag to resize
SessionDynamicPage Method
Creates a dynamic page with the specified name.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public DynamicPage DynamicPage(
	string name
)

Parameters

name
Type: SystemString
The name of the dynamic page

Return Value

Type: DynamicPage
A DynamicPage object with the specified name
See Also