摘要:
public static void AddTaxonomyEntry() { try { OfficeDevPnP.Core.AuthenticationManager authMgr = new OfficeDevPnP.Core.AuthenticationManager(); string 阅读全文
posted @ 2020-04-17 21:00
秦大田的院子
阅读(241)
评论(0)
推荐(0)
摘要:
RecordsRepository.SubmitFile Method Submits a file as a given record routing type, along with its metadata and, optionally, its audit history. Web Ser 阅读全文
posted @ 2020-04-17 18:25
秦大田的院子
阅读(131)
评论(0)
推荐(0)
摘要:
When using the SubmitFile method of the OfficialFile.asmx service, I was returned this value: NotFound NotFound Simple fix was to add my account to th 阅读全文
posted @ 2020-04-17 10:44
秦大田的院子
阅读(116)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.IO;using RecordsAdmission.OfficialFileService; namespace RecordsAdmission{ class Program { 阅读全文
posted @ 2020-04-17 09:27
秦大田的院子
阅读(153)
评论(0)
推荐(0)