Represents a collection of Boolean objects. To create an instance of BooleanList, call CreateList on the Factory.BooleanList class.


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

Syntax

Visual Basic (Declaration)
Public Interface IBooleanList
    Implements IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C#
public interface IBooleanList : IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C++
interface class IBooleanList : IEngineCollection, IEnumerable, ICloneable, IList, ICollection
J#
public interface IBooleanList implements IEngineCollection, IEnumerable, ICloneable, IList, ICollection
JScript
public interface IBooleanList extends IEngineCollection, IEnumerable, ICloneable, IList, ICollection

See Also