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.
Set of string resources for a specific source.
Namespace: Smartsite.Localization
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
C# | Copy Code |
---|---|
public class SourceStringResourceSet |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class SourceStringResourceSet |
Remarks
A source can be a collection of assemblies, or can be the CMS database containing the table with resources, or can be a set of one or more XML resource files. The set of resources consists of multiple sets of application specific resources, one set per application.
The class is not thread safe. Thread synchronization must be done by the top level resource handling class.
Inheritance Hierarchy
System..::..Object
Smartsite.Localization..::..SourceStringResourceSet
Smartsite.Localization..::..XmlStringResourceSet
Smartsite.Localization..::..SourceStringResourceSet
Smartsite.Localization..::..XmlStringResourceSet
See Also
SourceStringResourceSet Members
Smartsite.Localization Namespace