TK.SaveToXML (String, UserType) Method

Create XML file from tag
Public Shared Function SaveToXML( _ 
ByVal fileName As String, _ 
ByVal tag As UserType
) As Boolean
This language is not supported or no code example is available.
public static bool SaveToXML( 
string fileName
UserType tag 
)
This language is not supported or no code example is available.

Parameters

fileName
string

XML file name

tag
UserType

Tag template

Return Value

bool

Flag indicating whether success or fail

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition