Click or drag to resize
Facets Constructor (String, String)
Create a new Facets with the given attribute and values.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public Facets(
	string attribute,
	params string[] values
)

Parameters

attribute
Type: SystemString
values
Type: SystemString
Exceptions
ExceptionCondition
ArgumentExceptionIf attribute is null or the empty string
See Also