Click or drag to resize
FacetsAdd Method (String, IEnumerableString)
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: 4.5.0
Syntax
C#
public Facets Add(
	string attribute,
	IEnumerable<string> values
)

Parameters

attribute
Type: SystemString
values
Type: System.Collections.GenericIEnumerableString

Return Value

Type: Facets
a new Facets object
Exceptions
ExceptionCondition
ArgumentExceptionIf attribute is null or the empty string
See Also