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 public Subpanel AddAttribute(
string name,
string value
)
Parameters
- name
- Type: SystemString
The attribute name - value
- Type: SystemString
The attribute value
Return Value
Type:
SubpanelThe subpanel with the added local attribute
See Also