2024 Method
Changes 3
M

ParameterFilterRuleFactory.CreateNotEndsWithRule

Description:
Creates a filter rule that determines whether strings from the document do not end with a certain string value.
Overloads (2):
CreateNotEndsWithRule(ElementId,String)
public static FilterRule CreateNotEndsWithRule(
	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.