M-Files Vault Application Framework
C#
Show/Hide TOC
IConfiguration Interface
Base interface all instantiable configuration objects.
Definition
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
interface
IConfiguration
Properties
ConfigurationId
The ID of the configuration.
ResourceManager
Returns the resource manager object that is associated with this configuration. Can be null.
Methods
Valid
Method for resolving if the configuration is valid.
See Also
Reference
MFiles.VAF.Configuration Namespace
In This Article
Definition
Properties
Methods
See Also