SystemFolderNames Enumeration
Technical names of system folders.
These names can be used in the FROM clause of a query and to get the folder object when using the
GetSystemFolder(SystemFolderNames) method
Definition
Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum SystemFolderNamesMembers
| Project | 0 | the root node of the project |
| Flow | 1 | the folder of all flow nodes |
| Entities | 2 | the entities root folder |
| Locations | 3 | the folder that contains locations |
| Documents | 4 | the folder that contains Documents |
| Assets | 5 | the folder that contains assets |
| Journeys | 6 | the folder that contains journeys |
| GlobalVariables | 7 | the folder that contains namespaces and variables |
| TemplateDesign | 8 | the folder that contains template/feature design objects |
| FeatureDesign | 9 | the folder that contains feature design objects |
| RuleSets | 10 | the folder that contains RuleSets |
| ProjectSettings | 11 | the folder containing the project settings |