ElementWorksetFilter(WorksetId, Boolean)
Constructor
Description:
Constructs a new instance of a filter to match elements in a given workset.
Constructs a new instance of a filter to match elements in a given workset.
Parameters
| Parameter | Type | Description |
|---|---|---|
| worksetId | WorksetId | The workset id to match. |
| inverted | Boolean | True if the filter should match all elements which are not in the given workset. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |