This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Loads a configuration file from disk.

Namespace: Smartsite.Web.Commands.Configuration
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
public static  LoadConfiguration(
	 category,
	string fileName
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function LoadConfiguration ( _
	category As , _
	fileName As  _
) As 

Parameters

category
LogCategory
The category.
fileName
String
Name of the file.

Return Value

See Also

Advanced