2023 Method
Changes 0
M

ParameterFilterRuleFactory.CreateSharedParameterApplicableRule

Description:
Creates a filter rule that tests elements for support of a shared parameter.
public static FilterRule CreateSharedParameterApplicableRule(
	string parameterName
)
  • String
    parameterName
    The name of the parameter that elements must support to satisfy this rule.
Return Value FilterRule