M-Files Vault Application Framework
C#
Show/Hide TOC
Configuration
Node
TConfig
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.AdminConfigurations
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
override
string
GetConfiguration
(
IConfigurationRequestContext
context
)
Parameters
context
IConfigurationRequestContext
The context for the request.
Return Value
String
The domain node's configuration text.
Implements
IConfigurationDomainNode
GetConfiguration(IConfigurationRequestContext)
See Also
Reference
ConfigurationNode
TConfig
Class
MFiles.VAF.AdminConfigurations Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also