Click or drag to resize

Repository Properties

The Repository type exposes the following members.

Properties
 NameDescription
Public propertyAIConfiguration Current AI configuration (providers, tools, agents). Automatically reloaded if the configuration file is modified (no web server recycle required).
Public propertyAIConfigurationPath AI Configuration file path
Public propertyAIPromptsFolder Folder for AI system prompt files (Settings\AI\Prompts).
Public propertyAISamplePromptsFolder Folder for AI sample prompts files (Settings\AI\Prompts\Samples).
Public propertyAIScriptsFolder Folder for AI tool execution script files (Settings\AI\Scripts).
Public propertyAISkillsFolder Folder for AI skill instruction files (Settings\AI\Skills).
Public propertyAssembliesFolder Assemblies folder
Public propertyConfiguration Current configuration
Public propertyConfigurationPath Configuration file path
Public propertyCultureInfo Default CultureInfo
Public propertyStatic memberDefaultRepository Name of the default relative repository directory, used as a fallback when no repository path is configured (e.g. under wwwroot for Azure deployments)
Public propertyDevices List of OutputDevice in the repository
Public propertyDevicesEmailFolder Devices Email folder
Public propertyDevicesFileServerFolder Devices File Server folder
Public propertyDevicesFolder Devices folder
Public propertyDevicesSharePointFolder Devices SharePoint folder
Public propertyDynamicsFolder Dynamic assemblies folder: holds the source .cs files (shared by all runtimes). Compiled assemblies go to the Net/Win sub-folders.
Public propertyDynamicsNetFolder Dynamic assemblies folder for the .NET (non-Windows) runtime: holds the compiled assemblies.
Public propertyDynamicsWinFolder Dynamic assemblies folder for Windows applications: holds the compiled assemblies.
Public propertyFlatpickrShortDateFormat Short Date format for the Flatpickr date/time picker
Public propertyFlatpickrShortDateTimeFormat Short Date Time format for the Flatpickr date/time picker
Public propertyStatic memberInstance A general static instance of the repository
Public propertyStatic memberIsInstanceCreated True if the static repository Instance has been created
Public propertyJSTranslations Current JavaScript translations
Public propertyLicenseText License text
Public propertyLogsFolder Logs folder
Public propertyMomentJSShortDateFormat Short Date format for MomentJS
Public propertyMomentJSShortDateTimeFormat Short Date Time format for MomentJS
Public propertyNotificationEmailDevice Get the first email device used for notification
Public propertyPersonalFolder SpecialsFolder Personal folder
Public propertyStatic memberProductVersion Product version
Public propertyRazorCacheFolder Razor cache parent folder. Compiled assemblies are stored in the Net/Win sub-folders.
Public propertyRazorCacheNetFolder Razor cache folder for compiled assemblies for the .NET (non-Windows) runtime.
Public propertyRazorCacheWinFolder Razor cache folder for compiled assemblies for Windows applications.
Public propertyReportsFolder Reports folder
Public propertyRepositoryPath Current path
Public propertyRepositoryTranslations Current repository translations
Public propertyRepositoryTranslationsPath Repository translations file name
Public propertyResultAllFormats All report formats available
Public propertyResultAllowedFormats Result report formats allowed by the configuration
Public propertySchedulesFolder SpecialsFolder Schedules folder
Public propertySealConverterPath SealConverter assembly path
Public propertySealTaskSchedulerPath The SealTaskScheduler executable full path
Public propertySecurity Current security
Public propertySecurityFolder Security folder
Public propertySecurityPath Security file path
Public propertySecurityProvidersFolder Security Providers folder
Public propertySettingsFolder Settings folder
Public propertySources List of MetaSource in the repository
Public propertySourcesFolder Sources folder
Public propertySpecialsFolder SpecialFolders folder
Public propertySubReportsFolder SubReports folder
Public propertyTableTemplatesFolder Table templates folder
Public propertyTaskTemplatesFolder Task templates folder
Public propertyTranslations Current translations
Public propertyTranslationsExcelPattern Translations file name pattern
Public propertyTranslationsPattern Translations file name pattern
Public propertyUseSealScheduler True if the Seal Scheduler is used instead of the Windows Tasks Scheduler
Public propertyViewContentFolder View Content folder (first-party application style sheets; third-party libraries live under the 'lib' folder)
Public propertyViewImagesFolder View Images folder
Public propertyViewScriptsFolder View Scripts folder (first-party application scripts; third-party libraries live under the 'lib' folder)
Public propertyViewsFolder Views folder
Top
See Also