DOCUMENTS 5 - PortalScripting API
|
The CustomPropertyIterator class is an iterator that holds a list of objects of the class CustomProperty. More...
Public Member Functions | |
CustomProperty | first () |
Retrieve the first CustomProperty object in the CustomPropertyIterator. More... | |
CustomProperty | next () |
Retrieve the next CustomProperty object in the CustomPropertyIterator. More... | |
int | size () |
Get the amount of CustomProperty objects in the CustomPropertyIterator. More... | |
The CustomPropertyIterator class is an iterator that holds a list of objects of the class CustomProperty.
CustomProperty CustomPropertyIterator::first | ( | ) |
Retrieve the first CustomProperty object in the CustomPropertyIterator.
null
in case of an empty CustomPropertyIterator CustomProperty CustomPropertyIterator::next | ( | ) |
Retrieve the next CustomProperty object in the CustomPropertyIterator.
NULL
if end of CustomPropertyIterator is reached int CustomPropertyIterator::size | ( | ) |
Get the amount of CustomProperty objects in the CustomPropertyIterator.