Represents a Content Engine property that holds an
object. An
object is a collection (ordered, non-unique) of
(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 |