Represents a Content Engine property that holds a BooleanList object. A BooleanList object is a collection (ordered, non-unique) of Boolean values.


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

Syntax

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

See Also