API Reference > OdDb Classes > OdDbPageController Class > OdDbPageController Methods > OdDbPageController::pagingType Method
OdDbPageController::pagingType Method
Syntax
C++
virtual int pagingType() const = 0;

Returns the paging type for this PageController object.

pagingType() returns a combination of zero or more of the following: 

 

Name 
Value 
Description 
OdDb::kUnload 
0x01 
Enable unloading for objects in a partially opened OdDbDatabase instance. 
OdDb::kPage 
0x02 
Enable paging for objects in an OdDbDatabase instance. 
OdDb::kDoNotEnqueuePagingOnClose 
0x04 
Disable automated object paging enqueuing in OdDbObject::release. 

Paging Support

Copyright © 2002–2020. Open Design Alliance. All rights reserved.