Indicates that subclasses are to be included in the search. The value specified here will override the included subclasses property (the includesubclasses element) in the search template. The classes in the included subclasses property are expected to be subclasses of the subclass specified for this instance using setItemId.

If a new subclass is being added to the search, a value is required for this property.

Set a bool value of false or null if the included subclasses property (the includesubclasses element) in the search template is to be used unchanged. Set to true if any subclasses are to be included in the search.

Namespace:  FileNet.Api.Query
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Property IncludeSubclasses As Nullable(Of Boolean)
C#
public Nullable<bool> IncludeSubclasses { get; set; }
Visual C++
public:
property Nullable<bool> IncludeSubclasses {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_includeSubclasses();
function set_includeSubclasses(value);

ToggleSee Also