Represents a collection of PropertyDescriptionBoolean objects.


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

Syntax

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

See Also