M-Files Vault Application Framework
C#
Show/Hide TOC
Xml
Content
Generator Delegate
Custom XML content generator.
Definition
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
delegate
XmlDocumentFragment
XmlContentGenerator
(
XmlDocument
xml
)
Parameters
xml
XmlDocument
The xml document the xml content is being created for.
Return Value
XmlDocumentFragment
The custom xml content.
See Also
Reference
MFiles.VAF.Configuration.Domain.Dashboards Namespace
In This Article
Definition
Parameters
Return Value
See Also