Overrides the existing select list property sort order in the search template, or provides a sort order 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 SortOrder As Nullable(Of SortOrder)
C#
public Nullable<SortOrder> SortOrder { get; set; }
Visual C++
public:
property Nullable<SortOrder> SortOrder {
	Nullable<SortOrder> get ();
	void set (Nullable<SortOrder> value);
}
JavaScript
function get_sortOrder();
function set_sortOrder(value);

ToggleSee Also