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)

ToggleSyntax

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

ToggleSee Also