2025 Method
Changes 3
M

ParameterFilterRuleFactory.CreateBeginsWithRule

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