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

Syntax

C# Copy imageCopy Code
                                  public class SmartsiteResourceManager
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class SmartsiteResourceManager

The type exposes the following members.

Public Constructors

  Name Description
Public method SmartsiteResourceManager Overloaded.

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetKey
Returns the resource identification given a resource value and using the default culture.
Public method GetObject Overloaded.
Public method GetString Overloaded.
Public method GetType (Inherited from Object.)
Public method ReleaseAllResources
Clears all resources.
Public method ToString (Inherited from Object.)
Public method Translate Overloaded.

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property Static member DefaultCulture
Default culture of the site.
Public property ResourceManager
Returns a reference to the underlying resource manager, not null.
Public property ResourceSetType
Not implemented and will be revoked.

See Also

Advanced