I run into a question about differences between PageList/ValueList and Code-Pega-List.
I know that
1) ValueList is a group of elementary type elements, which has unique index.
2) PageList is an indexed group of complex elements.
But what about class Code-Pega-List? Where I am allowed to utilize it?
When I was researching that question, I found out, that PageList or ValueList property cannot be passed as parameter where is awaited Code-Pega-List type property.
Thank you.