コード例 #1
0
 public SharePointProvider([NotNull] ApplicationContext appContext, ISharePointClientFactory sharepointClientFactory)
     : base(appContext, SharePointConstants.CreateProviderMetadata())
 {
     _sharepointClientFactory = sharepointClientFactory;
 }
コード例 #2
0
 public SharePointCrawler(ISharePointClientFactory clientFactory)
 {
     this.clientFactory = clientFactory;
 }