Pages::getPageIdList()

Version 4

List of pages

Return comma delimited list of pages fetched to Kansio.

Return value

String

Full documentation

Show list of working employee ids:

$Employees = $this->get('pages', 'employee')->addWhere('status','Working');

$list = $Employees->getPageIdList();