VaultApplicationBase Properties

Properties

AdminConfigurationsManager Admin Configuration Manager to handle the wire-up between M-Files Admin and Dashboard Nodes.
ApplicationDefinition The application definition information.
ApplicationRunningStatus Returns the application running status. Indicates if the application is starting, stopping or running normally.
AuthenticationData The optional authentication data for the application.
AvailabilityGroupStatusWriter Multi-server availability group status reporter.
BackgroundOperations A manager for creating background operations.
ConfigurationStorage The configuration storage object.
EventSourceIdentifier Returns the vault application event source identifier that is used when logging to Windows event log.
ExecutionTracer The execution tracer object.
InitialLoadComplete True after the Initialize() method has been executed.
KillProcessOnStartOperationsException  
License The optional license of the application. Set this in inherited class constructor to get license.
LogContextHelper  
MetadataStructureValidationResult The results from the metadata structure validation.
MetadataStructureValidator The metadata structure validator object.
PermanentVault The permanent vault object, runs as MFServer user.
TaskManager  
TaskQueueResolver  
ValidationRecursionLimit The number of levels the valdiator is allowed to traverse before throwing an exception. This value protects against infinite recursion loops, but may need to be increased for applications with deeply nested configuration settings. Note: Using some built-in types may significantly increase the configuration depth, like SearchConditionsJA.

See Also