Represents a List collection (ordered, non-unique) of Integer (32-bit signed Integer) values. To create an instance of Integer32List, call CreateList on the Factory.Integer32List class.


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

Syntax

Visual Basic (Declaration)
Public Interface IInteger32List
    Implements IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C#
public interface IInteger32List : IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C++
interface class IInteger32List : IEngineCollection, IEnumerable, ICloneable, IList, ICollection
J#
public interface IInteger32List implements IEngineCollection, IEnumerable, ICloneable, IList, ICollection
JScript
public interface IInteger32List extends IEngineCollection, IEnumerable, ICloneable, IList, ICollection

See Also