DashboardHelperCreateElement Method
            
            Creates an xml element and it's inner content from markup.
            
            
            
              Namespace: MFiles.VAF.Configuration.Domain.DashboardsAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static XmlElement CreateElement(
	XmlDocument xml,
	string html
)
- xml  XmlDocument
 - The xml document the element will be used in.
 - html  String
 - The html markup of the element and its content.
 
XmlElementThe xml element.