EasyUA Reference
WriteUaConfiguration Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > ConfigUtils Class : WriteUaConfiguration Method

UaConfig
The UA ApplicationConfiguration object.
pathName
The path name of the created file.

Glossary Item Box

Writes the UA configuration to the specified XML file.

Syntax

Visual Basic (Usage)Copy Code
Dim UaConfig As ApplicationConfiguration
Dim pathName As String
 
ConfigUtils.WriteUaConfiguration(UaConfig, pathName)
C# 
public static void WriteUaConfiguration( 
   ApplicationConfiguration UaConfig,
   string pathName
)

Parameters

UaConfig
The UA ApplicationConfiguration object.
pathName
The path name of the created file.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.