DashboardHelperCreateFragment Method

Creates an xml fragment from html markup.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static XmlDocumentFragment CreateFragment(
	XmlDocument xml,
	string html
)

Parameters

xml  XmlDocument
The xml document the fragment will be used in.
html  String
The html markup of the fragment.

Return Value

XmlDocumentFragment
The xml element.

See Also