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)
Visual Basic (Declaration) |
---|
Public Property SortOrder As Nullable(Of SortOrder) |
C# |
---|
public Nullable<SortOrder> SortOrder { get; set; } |
JavaScript |
---|
function get_sortOrder();
function set_sortOrder(value); |