Indicates whether content search rank is to be used for the search. Enter a bool value of false or null if the content search rank value in the search template is to be used; enter true if the content search rank value is to be supplied at runtime.

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

ToggleSyntax

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

ToggleSee Also