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 public DynamicPage DynamicPage(
string name
)
Parameters
- name
- Type: SystemString
The name of the dynamic page
Return Value
Type:
DynamicPageA DynamicPage object with the specified name
See Also