Provides a means of support for locale-specific display names and descriptive text used by a class definition or property template.

You can create an instance of a LocalizedString object by calling the CreateInstance method on the Factory.LocalizedString class.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Interface ILocalizedString
    Implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C#
public interface ILocalizedString : IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C++
interface class ILocalizedString : IRepositoryObject, IEngineObject, ICloneable, IDependentObject
J#
public interface ILocalizedString implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject
JScript
public interface ILocalizedString extends IRepositoryObject, IEngineObject, ICloneable, IDependentObject

Remarks

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: GenericObject

See Also