UpdateCommands Class

Defines a directive to update a domain's commands.

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 UpdateCommands : IClientDirective
Inheritance
Object    UpdateCommands
Implements
IClientDirective

Constructors

Properties

Commands The updated list of available domain commands.
DomainId The id of the domain whose commands should be updated.
Type Indicates the directive type defined.

See Also