Get the pages collection in folder.
PageBases()
The pages collection in folder.
EX1
import PyOrigin Folder=PyOrigin.ActiveFolder() print('The pages contained in folder are:') for page in Folder.PageBases(): print(page.GetName())