摘要: for (int i = 0; i < listItemCollection.Count; i++) { try { SharepointItemModel item = new SharepointItemModel(); item.ItemId = listItemCollection[i].F 阅读全文
posted @ 2020-12-23 15:08 无敌师爷IT技术Blog 阅读(119) 评论(0) 推荐(0)
摘要: public static ClientContext GetClientContext(Guid SPListId) { ClientContext resultClientContext = null; OfficeDevPnP.Core.AuthenticationManager authMa 阅读全文
posted @ 2020-12-23 14:42 无敌师爷IT技术Blog 阅读(238) 评论(0) 推荐(0)
摘要: private static bool CheckFolderExist(Guid SPListId, string FolderName) { bool IsExist = false; try { OfficeDevPnP.Core.AuthenticationManager authManag 阅读全文
posted @ 2020-12-23 14:30 无敌师爷IT技术Blog 阅读(185) 评论(0) 推荐(0)
摘要: private static bool CheckSPConnect(Guid SPListId) { bool isOk = false; try { OfficeDevPnP.Core.AuthenticationManager authManager = new OfficeDevPnP.Co 阅读全文
posted @ 2020-12-23 14:28 无敌师爷IT技术Blog 阅读(177) 评论(1) 推荐(0)