Click or drag to resize

ConditionalClause Constructor (String, String, String, String)

Initializes a new instance of the ConditionalClause class

Namespace:  Dynamicweb.DataManagement
Assembly:  Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax
public ConditionalClause(
	string field,
	string value,
	string operator,
	string condition
)

Parameters

field
Type: SystemString
value
Type: SystemString
operator
Type: SystemString
condition
Type: SystemString
See Also