M-Files Vault Application Framework
C#
Show/Hide TOC
Dashboard
Helper
Create
Fragment 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#
Copy
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
Reference
DashboardHelper Class
MFiles.VAF.Configuration.Domain.Dashboards Namespace
In This Article
Definition
Parameters
Return Value
See Also