VAF 2.1.0.1 API Documentation
VAF 2.1.0.1 API Documentation
Namespaces
MFiles.VAF.Configuration.AdminConfigurations
ConfigurationDomainNode Class
ConfigurationDomainNode Methods
GetCapabilities Method
GetCommands Method
GetConfiguration Method
GetConfigurationSchema Method
GetDashboardContent Method
GetDescription Method
GetID Method
GetName Method
GetSortPriority Method
GetStatusSummary Method
GetSubDomainNodes Method
SaveConfiguration Method
Validate Method
ConfigurationDomainNode
GetCommands Method
Provides the commands that can be shown and/or run for this node. Only safe to call if
GetCapabilities
returns the
Commands
flag.
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntax
C#
Copy
public
virtual
IEnumerable
<
CustomDomainCommand
>
GetCommands
(
IConfigurationRequestContext
context
)
Parameters
context
Type:
MFiles.VAF.Configuration.AdminConfigurations
IConfigurationRequestContext
The context for the request.
Return Value
Type:
IEnumerable
CustomDomainCommand
The domain's currently active custom commands.
Implements
IConfigurationDomainNode
GetCommands(IConfigurationRequestContext)
See Also
Reference
ConfigurationDomainNode Class
MFiles.VAF.Configuration.AdminConfigurations Namespace