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