Create XML file from tag

Namespace: T.Toolkit
Assembly: T.Toolkit (in T.Toolkit.dll)

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
Type: string

XML file name

tag
Type: UserType

Tag template

Return Value

Type: bool

Flag indicating whether success or fail

.NET Framework

Supported in: 4.6.2, 4.7