Table of Contents

Enum AppFoldersShared

Namespace
SunamoShared._public.SunamoEnums.Enums
Assembly
SunamoShared.dll

Specifies well-known application folder categories for organizing application data.

public enum AppFoldersShared
Extension Methods

Fields

Backup = 13

Folder for backup files.

Cache = 2

Folder for cached data.

Controls = 8

Folder for UI control configurations.

Crypted = 11

Folder for encrypted data files.

Data = 6

Folder for application data files.

Input = 4

Folder for input files.

Local = 9

Folder for local application data.

Logs = 0

Folder for application log files.

Other = 7

Folder for miscellaneous files.

Output = 1

Folder for application output files.

Reports = 12

Folder for generated reports.

Roaming = 10

Folder for roaming application data.

Settings = 5

Folder for application settings.

Temp = 3

Folder for temporary files.