Class FolderConstants
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class FolderConstants
- Inheritance
-
objectFolderConstants
Fields
AppCodeFolder
HotBuild AppCode folder
public const string AppCodeFolder = "AppCode"
Field Value
AppDataFile
app.xml for git-sync
public const string AppDataFile = "app.xml"
Field Value
AppExtensionsFolder
Folder inside an App-folder, containing extensions and other system features
public const string AppExtensionsFolder = "system"
Field Value
AppJsonFile
optional json file in App_Data folder with exclude configuration to define files and folders that will not be exported in app export
public const string AppJsonFile = "app.json"
Field Value
CryptoFolder
Secure folder where RSA keys are stored
public const string CryptoFolder = "2sxc.crypto"
Field Value
DataFolderProtected
Protected folder - IIS Request filtering default hidden segment contains the app.xml for export/import of the app contains the app.json
public const string DataFolderProtected = "App_Data"
Field Value
DataSubFolderSystem
public const string DataSubFolderSystem = "system"
Field Value
DataSubFolderSystemBeta
public const string DataSubFolderSystemBeta = "system-beta"
Field Value
DataSubFolderSystemCustom
public const string DataSubFolderSystemCustom = "system-custom"
Field Value
InstructionsFolder
InstructionsFolder in the global environment
public const string InstructionsFolder = "ImportExport\\Instructions"
Field Value
NewAppFolder
Name of folder for template for new app
public const string NewAppFolder = "new-app"
Field Value
TempAssemblyFolder
Temp folder where the 2sxc app temp assemblies for AppCode, assembly dependencies... are stored.
public const string TempAssemblyFolder = "2sxc.bin"
Field Value
TemporaryFolder
TemporaryFolder in the global environment
public const string TemporaryFolder = "_"
Field Value
ToSxcFolder
Folder in app export/import zip, that contains 2sxc application files
public const string ToSxcFolder = "2sexy"
Field Value
ZipFolderForAppStuff
Name of folder that should contain app files in export zip
public const string ZipFolderForAppStuff = "2sexy"
Field Value
ZipFolderForGlobalAppStuff
Name of folder that should contain global app files in export zip
public const string ZipFolderForGlobalAppStuff = "2sexyGlobal"
Field Value
ZipFolderForPortalFiles
Name of folder that should contain portal files in export zip or App_Data
public const string ZipFolderForPortalFiles = "PortalFiles"
Field Value
ZipFolderForSiteFiles
public const string ZipFolderForSiteFiles = "SiteFiles"