Table of Contents

Class FolderConstants

Namespace
ToSic.Eav.Sys
Assembly
ToSic.Eav.Data.dll
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class FolderConstants
Inheritance
object
FolderConstants

Fields

AppCodeFolder

HotBuild AppCode folder

public const string AppCodeFolder = "AppCode"

Field Value

string

AppDataFile

app.xml for git-sync

public const string AppDataFile = "app.xml"

Field Value

string

AppExtensionsFolder

Folder inside an App-folder, containing extensions and other system features

public const string AppExtensionsFolder = "system"

Field Value

string

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

string

CryptoFolder

Secure folder where RSA keys are stored

public const string CryptoFolder = "2sxc.crypto"

Field Value

string

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

string

DataSubFolderSystem

public const string DataSubFolderSystem = "system"

Field Value

string

DataSubFolderSystemBeta

public const string DataSubFolderSystemBeta = "system-beta"

Field Value

string

DataSubFolderSystemCustom

public const string DataSubFolderSystemCustom = "system-custom"

Field Value

string

InstructionsFolder

InstructionsFolder in the global environment

public const string InstructionsFolder = "ImportExport\\Instructions"

Field Value

string

NewAppFolder

Name of folder for template for new app

public const string NewAppFolder = "new-app"

Field Value

string

TempAssemblyFolder

Temp folder where the 2sxc app temp assemblies for AppCode, assembly dependencies... are stored.

public const string TempAssemblyFolder = "2sxc.bin"

Field Value

string

TemporaryFolder

TemporaryFolder in the global environment

public const string TemporaryFolder = "_"

Field Value

string

ToSxcFolder

Folder in app export/import zip, that contains 2sxc application files

public const string ToSxcFolder = "2sexy"

Field Value

string

ZipFolderForAppStuff

Name of folder that should contain app files in export zip

public const string ZipFolderForAppStuff = "2sexy"

Field Value

string

ZipFolderForGlobalAppStuff

Name of folder that should contain global app files in export zip

public const string ZipFolderForGlobalAppStuff = "2sexyGlobal"

Field Value

string

ZipFolderForPortalFiles

Name of folder that should contain portal files in export zip or App_Data

public const string ZipFolderForPortalFiles = "PortalFiles"

Field Value

string

ZipFolderForSiteFiles

public const string ZipFolderForSiteFiles = "SiteFiles"

Field Value

string