DashboardUpdateMode Enumeration

Indicates how an element will be updated with content.

Definition

Namespace: MFiles.VAF.Configuration.Domain.ClientDirective
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public enum DashboardUpdateMode

Members

Outer 0 The element itself will be completely replaced with the content.
Inner 1 The element's inner content will be replaced with the content.
Append 2 The content will be inserted after the element's existing inner content.
Prepend 3 The content will be inserted before the element's existing inner content.

See Also