M-Files Vault Application Framework
C#
Show/Hide TOC
IConfiguration
Domain
Node
Get
Name Method
Gets the human readable name for the domain. Can be localized.
Definition
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
string
GetName
(
IConfigurationRequestContext
context
)
Parameters
context
IConfigurationRequestContext
The context for the request.
Return Value
String
The name.
See Also
Reference
IConfigurationDomainNode Interface
MFiles.VAF.Configuration.AdminConfigurations Namespace
In This Article
Definition
Parameters
Return Value
See Also