CommandLocationListExtensionMethods Class

Helper methods for generating ListTs of ICommandLocations for use in CustomDomainCommands .

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static class CommandLocationListExtensionMethods
Inheritance
Object    CommandLocationListExtensionMethods

Methods

ButtonBar Adds a new ButtonBarCommandLocation to the list.
ConfigurationMenu Adds a new ConfigurationMenuCommandLocation to the list. This location corresponds to a domain's configuration node's context menu.
DomainMenu Adds a new DomainMenuCommandLocation to the list. This location corresponds to a domain node's context menu.

See Also