DashboardHelperCreateElement Method

Creates an xml element and it's inner content from 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 XmlElement CreateElement(
	XmlDocument xml,
	string html
)

Parameters

xml  XmlDocument
The xml document the element will be used in.
html  String
The html markup of the element and its content.

Return Value

XmlElement
The xml element.

See Also