Click or drag to resize
SubpanelAddAttribute Method
Adds a local panel attribute to this subpanel. 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 Subpanel AddAttribute(
	string name,
	string value
)

Parameters

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

Return Value

Type: Subpanel
The subpanel with the added local attribute
See Also