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
C#
public enum SystemFolderNames

Members

Project0 the root node of the project
Flow1 the folder of all flow nodes
Entities2 the entities root folder
Locations3 the folder that contains locations
Documents4 the folder that contains Documents
Assets5 the folder that contains assets
Journeys6 the folder that contains journeys
GlobalVariables7 the folder that contains namespaces and variables
TemplateDesign8 the folder that contains template/feature design objects
FeatureDesign9 the folder that contains feature design objects
RuleSets10 the folder that contains RuleSets
ProjectSettings11 the folder containing the project settings

See Also