M-Files Vault Application Framework
C#
Show/Hide TOC
IConfiguration
Domain
Node
Get
Configuration Method
Gets the current/stored configuration value for the node. Only safe to call if
GetCapabilities
returns the
Configuration
flag.
Definition
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
string
GetConfiguration
(
IConfigurationRequestContext
context
)
Parameters
context
IConfigurationRequestContext
The context for the request.
Return Value
String
The domain's configuration text.
See Also
Reference
IConfigurationDomainNode Interface
MFiles.VAF.Configuration.AdminConfigurations Namespace
In This Article
Definition
Parameters
Return Value
See Also