DashboardListGenerate Method |
Renders the list.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic virtual XmlDocumentFragment Generate(
XmlDocument xml
)
Public Overridable Function Generate (
xml As XmlDocument
) As XmlDocumentFragment
public:
virtual XmlDocumentFragment^ Generate(
XmlDocument^ xml
)
Parameters
- xml
- Type: System.XmlXmlDocument
The html document the list will be added to.
Return Value
Type:
XmlDocumentFragmentThe list's xml fragment.
Implements
IDashboardContentGenerate(XmlDocument)
See Also