Represents a
collection (ordered, non-unique) of
(8-bit signed
) array elements, each of which is intended to hold a binary value. To create an instance of
, call
on the
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 |