<Code Lib>
2023 Constructor
Changes 0
C

WorksetKindFilter(WorksetKind, Boolean)

Description:
Constructs a new instance of WorksetKindFilter filter to match worksets of the given WorksetKind.
Overloads (2):
WorksetKindFilter(WorksetKind,Boolean)

public WorksetKindFilter(
	WorksetKind worksetKind,
	bool inverted
)

  • worksetKind
    The WorksetKind to match.
  • Boolean
    inverted
    True if the filter should match all worksets which are not of the given WorksetKind.

Loading…