ReloadDomain Class

Defines a directive to remove and re-add a domain from the navigation tree.

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

Constructors

Properties

Domain The definition of the domain to add to the navigation tree.
ParentDomainId The id of the parent domain. If not specified, the parent domain is assumed to be the one whose command this directive was a response to.
Type Indicates the directive type defined.

See Also