DynamicPageAddAttribute Method A Sandcastle Documented Class Library
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.3.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

Reference