Overrides the existing select list property sort level in the search template, or provides a sort level for a new select list property added to the query. If a new select list property is added to the query, this property is required. If the property is null, the search template is not modified.

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

ToggleSyntax

Visual Basic (Declaration)
Public Property SortLevel As Nullable(Of Integer)
C#
public Nullable<int> SortLevel { get; set; }
Visual C++
public:
property Nullable<int> SortLevel {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_sortLevel();
function set_sortLevel(value);

ToggleSee Also