DashboardHelperCreateElement Method |
Creates an xml element and it's inner content from markup.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic static XmlElement CreateElement(
XmlDocument xml,
string html
)
Public Shared Function CreateElement (
xml As XmlDocument,
html As String
) As XmlElement
public:
static XmlElement^ CreateElement(
XmlDocument^ xml,
String^ html
)
Parameters
- xml
- Type: System.XmlXmlDocument
The xml document the element will be used in. - html
- Type: SystemString
The html markup of the element and its content.
Return Value
Type:
XmlElementThe xml element.
See Also