Represents a collection of String objects. To create an instance of StringList, call CreateList on the Factory.StringList class.

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

ToggleSyntax

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

ToggleSee Also