M-Files Vault Application Framework
C#
Show/Hide TOC
Configurable
Vault
Application
Base
TSecureConfiguration
Get
Configuration
Schema Method
Gets the schema describing the structure of the configuration. Only safe to call if
GetCapabilities
returns the
Schema
flag.
Definition
Namespace:
MFiles.VAF.Core
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
virtual
Schema
GetConfigurationSchema
(
IConfigurationRequestContext
context
)
Parameters
context
IConfigurationRequestContext
The context for the request
Return Value
Schema
The schema for the application's configuration.
Implements
IConfigurationDomainNode
GetConfigurationSchema(IConfigurationRequestContext)
See Also
Reference
ConfigurableVaultApplicationBase
TSecureConfiguration
Class
MFiles.VAF.Core Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also