DashboardFragmentGenerate Method

Generates the html of the fragment.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public XmlDocumentFragment Generate(
	XmlDocument xml
)

Parameters

xml  XmlDocument
The xml document the fragment output will be a part of.

Return Value

XmlDocumentFragment
The fragment html.

Implements

IDashboardContentGenerate(XmlDocument)

See Also