M-Files Vault Application Framework
C#
Show/Hide TOC
IConfiguration
Domain
Node
Get
Commands Method
Provides the commands that can be shown and/or run for this node. Only safe to call if
GetCapabilities
returns the
Commands
flag.
Definition
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
IEnumerable
<
CustomDomainCommand
>
GetCommands
(
IConfigurationRequestContext
context
)
Parameters
context
IConfigurationRequestContext
The context for the request.
Return Value
IEnumerable
CustomDomainCommand
The domain's currently active custom commands.
See Also
Reference
IConfigurationDomainNode Interface
MFiles.VAF.Configuration.AdminConfigurations Namespace
In This Article
Definition
Parameters
Return Value
See Also