Class SharePointOnlineSiteDataSource
- Assembly
- FoundationaLLM.Common.dll
SharePoint Online Site data source.
public class SharePointOnlineSiteDataSource : DataSourceBase
- Inheritance
-
SharePointOnlineSiteDataSource
- Inherited Members
- Extension Methods
Constructors
SharePointOnlineSiteDataSource()
Creates a new instance of the SharePointOnlineSiteDataSource data source.
public SharePointOnlineSiteDataSource()
Properties
DocumentLibraries
The list of paths of document libraries from the SharePoint online site. The paths must be relative to the site URL.
[JsonPropertyName("document_libraries")]
public List<string> DocumentLibraries { get; set; }
Property Value
SiteUrl
The URL of the SharePoint Online site.
[JsonPropertyName("site_url")]
public string? SiteUrl { get; set; }