|
|
Which test property to sort by
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration ClashTestSortMode |
| C# |
|---|
public enum ClashTestSortMode |
| Visual C++ |
|---|
public enum class ClashTestSortMode |
Members
| Member name | Description | |
|---|---|---|
| DisplayNameSort |
Sort by DisplayName
| |
| StatusSort |
Sort by test status
| |
| ResultsNumberSort |
Sort by number of (top-level) results
| |
| ResultsNewSort |
Sort by number of (top-level) new results
| |
| ResultsActiveSort |
Sort by number of (top-level) active results
| |
| ResultsReviewedSort |
Sort by number of (top-level) reviewed results
| |
| ResultsApprovedSort |
Sort by number of (top-level) approved results
| |
| ResultsResolvedSort |
Sort by number of (top-level) resolved results
|
Remarks
The type of sort to perform when calling TestsSortTests.