Represents a collection of LocalizedString objects.

Namespace:  FileNet.Api.Collection
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface ILocalizedStringList _
	Implements IEngineCollection, IEnumerable, ICloneable, IDependentObjectList,  _
	IList, ICollection
C#
public interface ILocalizedStringList : IEngineCollection, 
	IEnumerable, ICloneable, IDependentObjectList, IList, ICollection
Visual C++
public interface class ILocalizedStringList : IEngineCollection, 
	IEnumerable, ICloneable, IDependentObjectList, IList, ICollection
JavaScript
FileNet.Api.Collection.ILocalizedStringList = function();
FileNet.Api.Collection.ILocalizedStringList.createInterface('FileNet.Api.Collection.ILocalizedStringList');

ToggleSee Also