ConfigurationDomainInitializers Property

Directives used to initialize the domain on the client. This can be used to package the domain with the results of domain definied sources, without the client needing to follow those sources itself initially. This can reduce the number of server calls that need to be made when first loading a domain, improving performance, especially in cases of high latency.

Definition

Namespace: MFiles.VAF.Configuration.Domain
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public List<IClientDirective> Initializers { get; set; }

Property Value

ListIClientDirective

See Also