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