From 0c488ec1fa17f037c22da321a114be03f418bcff Mon Sep 17 00:00:00 2001 From: jansenbe Date: Mon, 18 Nov 2024 17:39:05 +0000 Subject: [PATCH] Commit from GitHub Actions (Refresh documentation) --- api/PnP.Core.Model.SharePoint.SearchOptions.html | 2 +- index.json | 2 +- manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/PnP.Core.Model.SharePoint.SearchOptions.html b/api/PnP.Core.Model.SharePoint.SearchOptions.html index 5981e029c6..31399e946d 100644 --- a/api/PnP.Core.Model.SharePoint.SearchOptions.html +++ b/api/PnP.Core.Model.SharePoint.SearchOptions.html @@ -355,7 +355,7 @@

Declaration

-
public string ResultSourceId { get; }
+
public string ResultSourceId { get; set; }
diff --git a/index.json b/index.json index bd54c391d4..969a0b7d20 100644 --- a/index.json +++ b/index.json @@ -2547,7 +2547,7 @@ "api/PnP.Core.Model.SharePoint.SearchOptions.html": { "href": "api/PnP.Core.Model.SharePoint.SearchOptions.html", "title": "Class SearchOptions | PnP Core SDK", - "keywords": "Class SearchOptions Defines the search query to make Inheritance System.Object SearchOptions Namespace : PnP.Core.Model.SharePoint Assembly : PnP.Core.dll Syntax public class SearchOptions : object Constructors SearchOptions(String) Default constructor Declaration public SearchOptions(string query) Parameters System.String query Provide the query to issue Properties ClientType Client type used for the search query (defaults to ContentSearchRegular) Declaration public string ClientType { get; set; } Property Value System.String Query Search query to issue Declaration public string Query { get; } Property Value System.String RefinementFilters The set of refinement filters used when issuing a refinement query Declaration public List RefinementFilters { get; set; } Property Value PnP.Core.Model.SharePoint.List < System.String > RefineProperties Properties used to refine the search results Declaration public List RefineProperties { get; set; } Property Value PnP.Core.Model.SharePoint.List < System.String > ResultSourceId Result source id to use for the search query Declaration public string ResultSourceId { get; } Property Value System.String RowLimit Max number of rows to return Declaration public int? RowLimit { get; set; } Property Value System.Nullable < System.Int32 > RowsPerPage Rows to return per page. Defaults to 500 Declaration public int? RowsPerPage { get; set; } Property Value System.Nullable < System.Int32 > SelectProperties Properties to select Declaration public List SelectProperties { get; set; } Property Value PnP.Core.Model.SharePoint.List < System.String > SortProperties Properties to sort the query on Declaration public List SortProperties { get; set; } Property Value PnP.Core.Model.SharePoint.List < SortOption > StartRow Start row of the search result set Declaration public int? StartRow { get; set; } Property Value System.Nullable < System.Int32 > TrimDuplicates Trim duplicate search results Declaration public bool TrimDuplicates { get; set; } Property Value System.Boolean" + "keywords": "Class SearchOptions Defines the search query to make Inheritance System.Object SearchOptions Namespace : PnP.Core.Model.SharePoint Assembly : PnP.Core.dll Syntax public class SearchOptions : object Constructors SearchOptions(String) Default constructor Declaration public SearchOptions(string query) Parameters System.String query Provide the query to issue Properties ClientType Client type used for the search query (defaults to ContentSearchRegular) Declaration public string ClientType { get; set; } Property Value System.String Query Search query to issue Declaration public string Query { get; } Property Value System.String RefinementFilters The set of refinement filters used when issuing a refinement query Declaration public List RefinementFilters { get; set; } Property Value PnP.Core.Model.SharePoint.List < System.String > RefineProperties Properties used to refine the search results Declaration public List RefineProperties { get; set; } Property Value PnP.Core.Model.SharePoint.List < System.String > ResultSourceId Result source id to use for the search query Declaration public string ResultSourceId { get; set; } Property Value System.String RowLimit Max number of rows to return Declaration public int? RowLimit { get; set; } Property Value System.Nullable < System.Int32 > RowsPerPage Rows to return per page. Defaults to 500 Declaration public int? RowsPerPage { get; set; } Property Value System.Nullable < System.Int32 > SelectProperties Properties to select Declaration public List SelectProperties { get; set; } Property Value PnP.Core.Model.SharePoint.List < System.String > SortProperties Properties to sort the query on Declaration public List SortProperties { get; set; } Property Value PnP.Core.Model.SharePoint.List < SortOption > StartRow Start row of the search result set Declaration public int? StartRow { get; set; } Property Value System.Nullable < System.Int32 > TrimDuplicates Trim duplicate search results Declaration public bool TrimDuplicates { get; set; } Property Value System.Boolean" }, "api/PnP.Core.Model.SharePoint.SearchScope.html": { "href": "api/PnP.Core.Model.SharePoint.SearchScope.html", diff --git a/manifest.json b/manifest.json index 273f346fea..c18c4e7c93 100644 --- a/manifest.json +++ b/manifest.json @@ -6102,7 +6102,7 @@ "output": { ".html": { "relative_path": "api/PnP.Core.Model.SharePoint.SearchOptions.html", - "hash": "Am3VpmTC7NIsTTJwqhmunnKwTHG/K6Ed1K4N/XQO8fk=" + "hash": "FkeNjBsljpCgLM2TM0F3+yNu9a8RmKWxy9Y02JxMJjU=" } }, "is_incremental": false,