Returns a table containing all Specifications that match the specified State name.
GetGroupSpecifications([Sort Descending],[Include Archived],[Include Specification Properties],[State Name])
Where:
Sort Descending is TRUE to sort by last modified date in descending order, FALSE to order ascending.
Include Archived is TRUE to include archived Specifications, FALSE to exclude.
Include Specification Properties is TRUE to include the Specification Properties, FALSE to exclude them.
State Name (optional) is the name of the State in which a Specification must be in to be included.
Rule | Result | Meaning |
---|---|---|
GetGroupSpecifications (TRUE,FALSE,FALSE,"Completed") | {"Id","Name","Current State","State Type","Date Created","Date Modified","Project Name","Path","Created By","Last Edited By","Date Created Integer","Date Modified Integer"; "9","MyProject 0009","Completed","Paused","15/07/2020","15/07/2020","MyProject","D:\DriveWorks\MyProject 0009\DriveWorksFiles\MyProject 0009.drivespec","Admin","Admin","44027.3605868866","44027.3605885764"} | Will return an Array of all Specifications, excluding archived Specifications. |
ID | Name | Current State | Date Created | Date Modified | Project Name | Path | Created By | Last Edited By | Date created Integer | Date Modified Integer |
---|---|---|---|---|---|---|---|---|---|---|
9 | MyProject 009 | Completed | 15/07/2020 | 15/07/2020 | MyProject | D:\DriveWorks\MyProject 0009\DriveWorksFiles\MyProject 0009.drivespec | Admin | Admin | 44027.3605868866 | 44027.3605885764 |