ConfigurableVaultApplicationBaseTSecureConfigurationGetCommands 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.Core
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual IEnumerable<CustomDomainCommand> GetCommands(
	IConfigurationRequestContext context
)

Parameters

context  IConfigurationRequestContext
The context for the request.

Return Value

IEnumerableCustomDomainCommand
The application node's currently available commands.

Implements

IConfigurationDomainNodeGetCommands(IConfigurationRequestContext)

See Also