Forum Discussion

Robin Güldenpfennig's avatar
Robin Güldenpfennig
Brass Contributor
Apr 02, 2017

SharePoint Framework SPFx - change site collection scope

Hi folks,   I'm trying to access a List from a different site collection (in this case the MySite of the user).   Currently I do it like this with PnP JS Core: let web = new Web(webUrl); web.lis...