Specifies whether the class or property can be used as part of the search criteria for a query.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property IsSearchable As Nullable(Of Boolean)
C#
Nullable<bool> IsSearchable { get; }
Visual C++
property Nullable<bool> IsSearchable {
	Nullable<bool> get ();
}
JavaScript
function get_isSearchable();

ToggleRemarks

ToggleSee Also