An unselected property in the ORDER BY clause can be only the id column. All properties in the ORDER BY clause must be in the select list, with the exception of an Id property.

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

ToggleSyntax

Visual Basic (Declaration)
Public Shared ReadOnly RETRIEVE_UNSELECT_ORDER_BY As ExceptionCode
C#
public static readonly ExceptionCode RETRIEVE_UNSELECT_ORDER_BY
Visual C++
public:
static initonly ExceptionCode^ RETRIEVE_UNSELECT_ORDER_BY
JavaScript
FileNet.Api.Exception.ExceptionCode.retrievE_UNSELECT_ORDER_BY

ToggleSee Also