I have the following code which iterates for subsites:
while (enumSubSites.moveNext())
{
var Site = enumSubSites.get_current();
I want to get the associates list items from Site. Do I need to somehow set client context to retrieve list items?