Click or drag to resize
weroSoft AG, Software
StandardProgramDataPath Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the standard data paths provided by the weroSoft Eco-System.

Namespace:  WeroSoft.Runtime
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum StandardProgramDataPath
Members
  Member nameValueDescription
ProgramData0 The path used for standard program data.
Installation1 The path used for standard installation information.
InstallationArchives2 The path used for storing the archives.
InstallationDefinitions3 The path used to store the definitions.
InstallationInstances4 The path used to store the instance definitions.
InstallationProducts5 The path used to store product files.
InstallationTemplates6 The path used to store template files.
Dump7 The path used to store dump files.
License8 The path used to store license files.
Settings9 The path used to store server-side setting files.
Trace10 The path used to store server-side trace files.
WorkflowExecution11 The path used to store workflow execution folders.
Statistics12 The path used to storeing statistics intermediate data.
See Also