LoadConfiguration Class

Defines a directive to load new configuration content for a domain into the editor.

Definition

Namespace: MFiles.VAF.Configuration.Domain.ClientDirective
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public class LoadConfiguration : IClientDirective
Inheritance
Object    LoadConfiguration
Implements
IClientDirective

Constructors

Properties

Configuration The configuration content to load into the editor.
DomainId The id of the domain whose configuration will be updated.
IsDirty Controls whether the UI should display the new configuration as dirty or not. Dirty indicates the configuration has not been saved. If the value is not set (null) the configuration will be considered dirty (i.e. value of true).
Type Indicates the directive type defined.

See Also