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)
| Visual Basic (Declaration) |
|---|
Public Interface IBooleanList _
Implements IEngineCollection, IEnumerable, ICloneable, IList, _
ICollection |
| C# |
|---|
public interface IBooleanList : IEngineCollection,
IEnumerable, ICloneable, IList, ICollection |
| Visual C++ |
|---|
public interface class IBooleanList : IEngineCollection,
IEnumerable, ICloneable, IList, ICollection |
| JavaScript |
|---|
FileNet.Api.Collection.IBooleanList = function();
FileNet.Api.Collection.IBooleanList.createInterface('FileNet.Api.Collection.IBooleanList'); |