DashboardFragmentGenerate Method |
Generates the html of the fragment.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic XmlDocumentFragment Generate(
XmlDocument xml
)
Public Function Generate (
xml As XmlDocument
) As XmlDocumentFragment
public:
virtual XmlDocumentFragment^ Generate(
XmlDocument^ xml
) sealed
Parameters
- xml
- Type: System.XmlXmlDocument
The xml document the fragment output will be a part of.
Return Value
Type:
XmlDocumentFragmentThe fragment html.
Implements
IDashboardContentGenerate(XmlDocument)
See Also