M-Files Vault Application Framework
C#
Show/Hide TOC
IDashboard
Content
Generate Method
Generates the object's xml content.
Definition
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
XmlDocumentFragment
Generate
(
XmlDocument
xml
)
Parameters
xml
XmlDocument
The xml document the content is generated for.
Return Value
XmlDocumentFragment
The xml content.
See Also
Reference
IDashboardContent Interface
MFiles.VAF.Configuration.Domain.Dashboards Namespace
In This Article
Definition
Parameters
Return Value
See Also