Click or drag to resize
DynamicPageAddAttribute Method
Adds a local panel attribute to this dynamic page. These attributes can be retrieved in the result using Attributes.

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

Parameters

name
Type: SystemString
The attribute name
value
Type: SystemString
The attribute value

Return Value

Type: DynamicPage
The dynamic page with the added local attribute
See Also