Hello all. Can we get data of all projects from Project Online in Sharepoint Site? So far as I understand we can get data of list like this:
SPWeb web = SPContext.Current.Web; SPList issueList = web.GetList("https://tenant.sharepoint.com/sites/demo/Sample Project 1/Lists/Issues/AllItems.aspx");
Do you have any some good tutorial? I am new on web part Sharepoint.
Thanks in advance.