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)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IPropertyBooleanList _
	Implements IProperty, ICloneable
C#
public interface IPropertyBooleanList : IProperty, 
	ICloneable
Visual C++
public interface class IPropertyBooleanList : IProperty, 
	ICloneable
JavaScript
FileNet.Api.Property.IPropertyBooleanList = function();
FileNet.Api.Property.IPropertyBooleanList.createInterface('FileNet.Api.Property.IPropertyBooleanList');

ToggleSee Also