<Code Lib>
M

ParameterFilterRuleFactory.CreateContainsRule(ElementId, String)

Description:
Creates a filter rule that determines whether strings from the document contain a certain string value.
Overloads (2):
CreateContainsRule(ElementId,String)

public static FilterRule CreateContainsRule(
	ElementId parameter,
	string value
)

  • parameter
    A string-typed parameter used to get values from the document for a given element.
  • value
    The user-supplied string value for which values from the document will be searched.
Return Value FilterRule Created filter rule object.

Loading…