development
2 TopicsCreating an addin for sharepoint that uses c#
Hi Everyone, I would like tp create an addin for Sharepoint online which uses c# code and libraries. I am following the tutorial mentioned in: https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-started-creating-sharepoint-hosted-sharepoint-add-ins I have deployed the addin created from default template in Visual Studio 2019, and now I wish to include and execute a C# file for generating an access token from this framework. I am confused how to call this file from .aspx page and make it work on the sharepoint addin page. Please help.2.5KViews0likes1CommentRetrieve data across all site collections
I am attempting to create a web part similar to how the News webpart works but with more requirements around what shows on the hub or main site collections. I am really looking for examples on how to aggregate data into my web part but can't find good code samples on how to do so. I've found samples on how to get data from a single specific site collection, but i'm trying to figure out how to do it with multiple site collections. Does anyone know any examples that you could point me to?1.5KViews0likes1Comment