M-Files Vault Application Framework
C#
Show/Hide TOC
Dashboard
List
Tree
Path Property
The domain tree path this list item represents (optional). If specified, the title will become a link that navigates to the tree node at the path in the configurator's navigation pane.
Definition
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
string
TreePath
{
get
;
set
; }
Property Value
String
See Also
Reference
DashboardList Class
MFiles.VAF.Configuration.Domain.Dashboards Namespace
In This Article
Definition
See Also