ParameterFilterUtilities.RemoveUnfilterableCategories
Method
Description:
Removes from the given set the categories that are not filterable.
Removes from the given set the categories that are not filterable.
Syntax
public static ICollection<ElementId> RemoveUnfilterableCategories(
ICollection<ElementId> categories
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| categories | ICollection | The set of categories to check. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |