09-20-2011 09:29 AM
function processCommand(){
try{
sites = siteService.listSites(null,null,0);
site = sites[0]; // Verified my site object is as intended.
siteMembers = site.listMembers(null, null); // Fails here with: Can't find method org.alfresco.repo.site.script.Site.listMembers().
}catch(err){logger.log("Error in function: " + err);}
}
processCommand();
09-20-2011 11:16 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.