Represents a collection of
objects. To create an instance of
, call
on the
class.
Namespace: FileNet.Api.Collection
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IStringList Implements IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
C# |
---|
public interface IStringList : IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
C++ |
---|
interface class IStringList : IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
J# |
---|
public interface IStringList implements IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
JScript |
---|
public interface IStringList extends IEngineCollection, IEnumerable, ICloneable, IList, ICollection |