FacetsAdd Method (String, String)A Sandcastle Documented Class Library
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.3.0
Syntax

C#
public Facets Add(
	string attribute,
	params string[] values
)

Parameters

attribute
Type: SystemString
values
Type: SystemString

Return Value

Type: Facets
a new Facets object
Exceptions

ExceptionCondition
ArgumentExceptionIf attribute is null or the empty string
See Also

Reference