Represents a List collection (ordered, non-unique) of byte (8-bit signed Integer) array elements, each of which is intended to hold a binary value. To create an instance of BinaryList, call CreateList on the Factory.BinaryList class.


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

Syntax

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

See Also