M-Files Vault Application Framework
C#
Show/Hide TOC
Dashboard
Command
Generate Method
Renders the command.
Definition
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
virtual
XmlDocumentFragment
Generate
(
XmlDocument
xml
)
Parameters
xml
XmlDocument
The html document the command will be added to.
Return Value
XmlDocumentFragment
The command's xml fragment.
Implements
IDashboardContent
Generate(XmlDocument)
See Also
Reference
DashboardCommand Class
MFiles.VAF.Configuration.Domain.Dashboards Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also