A boolean that indicates whether Content Engine searches dynamic groups. When the property value is False, dynamic groups are not searched.

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

ToggleSyntax

Visual Basic (Declaration)
Property SearchDynamicGroup As Nullable(Of Boolean)
C#
Nullable<bool> SearchDynamicGroup { get; set; }
Visual C++
property Nullable<bool> SearchDynamicGroup {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_searchDynamicGroup();
function set_searchDynamicGroup(value);

ToggleRemarks

ToggleSee Also