2024 Method
Changes 3
M

ParameterFilterRuleFactory.CreateNotContainsRule

Description:
Creates a filter rule that determines whether strings from the document do not contain a certain string value.
Overloads (2):
CreateNotContainsRule(ElementId,String)
public static FilterRule CreateNotContainsRule(
	ElementId parameter,
	string value
)
  • parameter
    A string-typed parameter used to get values from the document for a given element.
  • String
    value
    The user-supplied string value for which values from the document will be searched.
Return Value FilterRule Created filter rule object.