ParameterFilterElement.GetElementFilterParametersForCategory
Method
Description:
Retrieves a list of the parameters associated with all rules in the filter that are combined (using logical AND) with a FilterCategoryRule corresponding to single %categoryId%.
Retrieves a list of the parameters associated with all rules in the filter that are combined (using logical AND) with a FilterCategoryRule corresponding to single %categoryId%.
Remarks:
Note that in the case when InvalidElementId specified as input %categoryId% this function returns parameters common to all categories used by this ParameterFilterElement, i.e. it is equivalent to ParameterFilterElement.GetElementFilterParameters().
Note that in the case when InvalidElementId specified as input %categoryId% this function returns parameters common to all categories used by this ParameterFilterElement, i.e. it is equivalent to ParameterFilterElement.GetElementFilterParameters().
Parameters
Parameter | Type | Description |
---|---|---|
categoryId | ElementId | The category for which parameters should be found. |
Return Value
Type | Description |
---|---|
ISet | A set of parameter identifiers. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |