API Reference > OdBcf Namespace > Classes > OdBcfSession Class > OdBcfSession Enumerations > OdBcf::OdBcfSession::eSortParameter Enumeration
OdBcf::OdBcfSession::eSortParameter Enumeration
Syntax
C++
enum eSortParameter { kSortParameter_Guid = 0, kSortParameter_CreationDate, kSortParameter_ModifiedDate, kSortParameter_Index };

BcfSession.h

Members 
Description 
kSortParameter_Guid = 0 
Sorting by the global unique identifier (GUID). 
kSortParameter_CreationDate 
Sorting by the date of creation. 
kSortParameter_ModifiedDate 
Sorting by the date of the last modification. 
kSortParameter_Index 
Sorting by the index. 

details Enumerates supported sort orders within the session.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.