PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns the localization string resources for the specified application, as present in the CMS database.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[]
public static  GetSetupFromDatabase(
	string applicationCode
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function GetSetupFromDatabase ( _
	applicationCode As  _
) As 

Parameters

applicationCode
String
I: Application code.

Return Value

Returns the resources as XML data in the 2.0 format.

See Also

Advanced