Exemplo n.º 1
0
 public SharePointProvider([NotNull] ApplicationContext appContext, ISharePointClientFactory sharepointClientFactory)
     : base(appContext, SharePointConstants.CreateProviderMetadata())
 {
     _sharepointClientFactory = sharepointClientFactory;
 }
Exemplo n.º 2
0
 public SharePointCrawler(ISharePointClientFactory clientFactory)
 {
     this.clientFactory = clientFactory;
 }