M-Files Vault Application Framework
C#
Show/Hide TOC
Dashboard
List
Item
ID Property
The id of the list item. Optional. Will appear in the html output, so the item can be referenced.
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
ID
{
get
;
set
; }
Property Value
String
See Also
Reference
DashboardListItem Class
MFiles.VAF.Configuration.Domain.Dashboards Namespace
In This Article
Definition
See Also