DashboardListGenerate Method

Renders the list.

Definition

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

Parameters

xml  XmlDocument
The html document the list will be added to.

Return Value

XmlDocumentFragment
The list's xml fragment.

Implements

IDashboardContentGenerate(XmlDocument)

See Also