M-Files Vault Application Framework
C#
C#
Show/Hide TOC
Dashboard
Helper
.
To
Xml
Fragment Method
Converts an
IDashboardContent
to an xml fragment in an undefined xml document.
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
ToXmlFragment
(
this
IDashboardContent content
)
Parameters
content
IDashboardContent
The content to convert to a fragment.
Return Value
XmlDocumentFragment
An xml document fragment.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IDashboardContent
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
DashboardHelper Class
MFiles.VAF.Configuration.Domain.Dashboards Namespace
In This Article
Definition
Parameters
Return Value
Usage Note
See Also