Click or drag to resize
FilterCriteriaCollectionContains Method
Determines whether or not a FilterCriteria identified by the given name exists into the collection

Namespace: WorkflowGen.My.Data
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public bool Contains(
	string criteriaName
)

Parameters

criteriaName
Type: SystemString
The name of the FilterCriteria to look for

Return Value

Type: Boolean
A boolean which determines whether or not a FilterCriteria identified by the given name exists into the collection
See Also