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 found in the XML of the specified item.

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

Syntax

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

Parameters

xml
Locator
Item containing the XML with string resources. The XML may be in the 2.0 format that supports to specify resources per application, or may be in de 1.0 format that lacks applications and assumes the default application.

Return Value

Returns the resources as XML data in the 2.0 format.

See Also

Advanced