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