DOCUMENTS 5 - PortalScripting API
|
The FolderIterator class has been added to the DOCUMENTS PortalScripting API to gain full access to the DOCUMENTS folders by scripting means. More...
Public Member Functions | |
Folder | first () |
Retrieve the first Folder object in the FolderIterator. More... | |
String | getLastError () |
Function to get the description of the last error that occurred. More... | |
Folder | next () |
Retrieve the next Folder object in the FolderIterator. More... | |
int | size () |
Get the amount of Folder objects in the FolderIterator. More... | |
The FolderIterator class has been added to the DOCUMENTS PortalScripting API to gain full access to the DOCUMENTS folders by scripting means.
Folder FolderIterator::first | ( | ) |
Retrieve the first Folder object in the FolderIterator.
null
in case of an empty FolderIterator String FolderIterator::getLastError | ( | ) |
Function to get the description of the last error that occurred.
Folder FolderIterator::next | ( | ) |
Retrieve the next Folder object in the FolderIterator.
null
if end of FolderIterator is reached. int FolderIterator::size | ( | ) |
Get the amount of Folder objects in the FolderIterator.