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)
Visual Basic (Declaration) |
---|
Public Interface IPropertyBinaryList _
Implements IProperty, ICloneable |
C# |
---|
public interface IPropertyBinaryList : IProperty,
ICloneable |
Visual C++ |
---|
public interface class IPropertyBinaryList : IProperty,
ICloneable |
JavaScript |
---|
FileNet.Api.Property.IPropertyBinaryList = function();
FileNet.Api.Property.IPropertyBinaryList.createInterface('FileNet.Api.Property.IPropertyBinaryList'); |