Click or drag to resize

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

Namespace:  Articy.Api
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public enum SystemFolderNames
Members
  Member nameValueDescription
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
See Also