IConfigurationDomainNodeGetCommands 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#
IEnumerable<CustomDomainCommand> GetCommands(
	IConfigurationRequestContext context
)

Parameters

context  IConfigurationRequestContext
The context for the request.

Return Value

IEnumerableCustomDomainCommand
The domain's currently active custom commands.

See Also