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