Creates a dynamic page with the specified name.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
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