Identifies an object as either a stored search or search template. This setting is currently not referenced, and is an indicator only of the search type used to validate the MIME type of a document as acceptable for a stored search. The corresponding values are:

  • 1 : stored search
  • 2 : search template

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

ToggleSyntax

Visual Basic (Declaration)
Property SearchType As Nullable(Of Integer)
C#
Nullable<int> SearchType { get; set; }
Visual C++
property Nullable<int> SearchType {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_searchType();
function set_searchType(value);

ToggleRemarks

ToggleSee Also