CAS.UA.Server.ServerConfiguration

CASConfiguration..::..Load Method (FileInfo, ApplicationType, Type, Boolean)

Loads the specified file.

Namespace:  CAS.UA.Server.ServerConfiguration
Assembly:  ConfigurationEditor.ServerConfiguration (in ConfigurationEditor.ServerConfiguration.dll)

Syntax


public static CASConfiguration Load(
	FileInfo file,
	ApplicationType applicationType,
	Type systemType,
	bool applyTraceSettings
)

Parameters

file
Type: FileInfo
The file.
applicationType
Type: ApplicationType
Type of the application.
systemType
Type: Type
Type of the system.
applyTraceSettings
Type: Boolean
if set to true [apply trace settings].

Return Value

CASConfiguration.

Remarks


This function is called during Application installation.