WorksetKindFilter(WorksetKind, Boolean)
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.
Overloads (2):
public WorksetKindFilter(
WorksetKind worksetKind,
bool inverted
)
-
worksetKindThe WorksetKind to match.
-
BooleaninvertedTrue if the filter should match all worksets which are not of the given WorksetKind.
-
A value passed for an enumeration argument is not a member of that enumeration