WorksetKindFilter(WorksetKind, Boolean)
Constructor
Description:
Constructs a new instance of WorksetKindFilter filter to match worksets of the given WorksetKind.
Constructs a new instance of WorksetKindFilter filter to match worksets of the given WorksetKind.
Parameters
Parameter | Type | Description |
---|---|---|
worksetKind | WorksetKind | The WorksetKind to match. |
inverted | Boolean | True if the filter should match all worksets which are not of the given WorksetKind. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |