BuiltInDomainCommand Enumeration

List of built-in domain commands. Not all commands are supported by all domains.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public enum BuiltInDomainCommand

Members

GetDomain 0 Retrieves the full definition of a domain.
GetSubDomains 1 Retrieves a full list of the domain's sub-domains.
GetStatus 2 Retrieves a definition of the domain's status summary.
GetDashboard 3 Retrieves the domain's full dashboard content.
GetConfiguration 4 Retrieves the domain's current configuration.
SaveConfiguration 5 Saves a new configuration for the domain.
GetSchema 6 Retrieves the schema definition of the domain's configuration.
Validate 7 Retrieves validation findings for the domain's current configuration/state.
GetCommands 8 Retrieves the list of custom command defined by the domain.

See Also