SubpanelAddAttributes Method |
Appends a dictionary of attributes to the local panel attributes of this subpanel. Any prior attributes with the same name
will be overridden. 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 AddAttributes(
IDictionary<string, string> attributes
)
Parameters
- attributes
- Type: System.Collections.GenericIDictionaryString, String
A dictionary of local attributes for the subpanel, where key is the attribute name, and value is the attribute value.
Return Value
Type:
SubpanelThe subpanel with the added local attributes
See Also