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.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public virtual IEnumerable<CustomDomainCommand> GetCommands(
	IConfigurationRequestContext context
)

Parameters

context  IConfigurationRequestContext
The context for the request.

Return Value

IEnumerable<CustomDomainCommand>
The domain's currently active custom commands.

Implements

IConfigurationDomainNode.GetCommands(IConfigurationRequestContext)

See Also