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)

ToggleSyntax

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

ToggleSee Also