Create a new Facets with the given attribute and values.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public Facets( string attribute, IEnumerable<string> values )
Parameters
- attribute
- Type: SystemString
- values
- Type: System.Collections.GenericIEnumerableString
Exceptions
Exception | Condition |
---|---|
ArgumentException | If attribute is null or the empty string |
See Also