M-Files Vault Application Framework
C#
Show/Hide TOC
Configuration
Domain
Node
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.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
virtual
Schema
GetConfigurationSchema
(
IConfigurationRequestContext
context
)
Parameters
context
IConfigurationRequestContext
The context for the request
Return Value
Schema
The configuration
Schema
.
Implements
IConfigurationDomainNode
GetConfigurationSchema(IConfigurationRequestContext)
See Also
Reference
ConfigurationDomainNode Class
MFiles.VAF.Configuration.AdminConfigurations Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also