ParameterFilterRuleFactory.CreateContainsRule
Description:
Creates a filter rule that determines whether strings from the document contain a certain string value.
Creates a filter rule that determines whether strings from the document contain a certain string value.
public static FilterRule CreateContainsRule(
ElementId parameter,
string value
)
-
parameterA string-typed parameter used to get values from the document for a given element.
-
StringvalueThe user-supplied string value for which values from the document will be searched.
-
A non-optional argument was null