UpdateDashboardContent Class

Defines a directive to update a domain's dashboard in part or completely.

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

Constructors

Properties

Content Html content to update the dashboard with.
Mode Determines how the target will be updated with the content. If a target is not specified, the mode is ignored.
Target The target dashboard element where the content should be placed. In the form of a css or jquery selector. If not specified, the entire dashboard will be replaced with the provided content.
Type Indicates the directive type defined.

See Also