UpdateDomain Class

Defines a directive to update multiple domain properties at once.

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

Constructors

Properties

Commands The updated list of available domain commands.
Description The updated description of the domain.
DisplayName The updated name of the domain.
DomainId The id of the domain to be updated.
SortPriority The updated sort priority of the domain.
StatusSummary The updated status summary of the domain.
Type Indicates the directive type defined.

See Also