Return a new Facets with the given attribute and values added.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public Facets Add( string attribute, params string[] values )
Parameters
- attribute
- Type: SystemString
- values
- Type: SystemString
Return Value
Type: Facetsa new Facets object
Exceptions
Exception | Condition |
---|---|
ArgumentException | If attribute is null or the empty string |
See Also