M-Files Vault Application Framework
C#
Show/Hide TOC
Update
Dashboard
Content
Target Property
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.
Definition
Namespace:
MFiles.VAF.Configuration.Domain.ClientDirective
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
string
Target
{
get
;
set
; }
Property Value
String
See Also
Reference
UpdateDashboardContent Class
MFiles.VAF.Configuration.Domain.ClientDirective Namespace
In This Article
Definition
See Also