Hello @Greg-DB
I am trying to get list of Team and Shared Folders as shown in Content section of Admin console.
I am able to get Team Folders using the Dot Net Official SDK:
TeamFolderListResult result = await teamclient.Team.TeamFolderListAsync(tfargs);
How do I obtain the list of Shared Folders, as shown in screenshot below, quickly using official Dot Net SDK ?

Thanks,
Gagan