DynamicPageAddAttributes Method |
Appends a dictionary of attributes to the local panel attributes of this dynamic page. 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 DynamicPage AddAttributes(
IDictionary<string, string> attributes
)
Parameters
- attributes
- Type: System.Collections.GenericIDictionaryString, String
A dictionary of local attributes for the dynamic page, where key is the attribute name, and value is the attribute value.
Return Value
Type:
DynamicPageThe dynamic page with the added local attributes
See Also