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