Represents a Content Engine property that holds an BinaryList object. An BinaryList object is a collection (ordered, non-unique) of byte (8-bit signed integer) array elements, each of which is intended to hold a binary value.


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

Syntax

Visual Basic (Declaration)
Public Interface IPropertyBinaryList
    Implements IProperty, ICloneable
C#
public interface IPropertyBinaryList : IProperty, ICloneable
C++
interface class IPropertyBinaryList : IProperty, ICloneable
J#
public interface IPropertyBinaryList implements IProperty, ICloneable
JScript
public interface IPropertyBinaryList extends IProperty, ICloneable

See Also