Skip to content

Commit

Permalink
Commit from GitHub Actions (Refresh documentation)
Browse files Browse the repository at this point in the history
  • Loading branch information
jansenbe committed Nov 18, 2024
1 parent f8e1c0c commit 0c488ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/PnP.Core.Model.SharePoint.SearchOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ <h4 id="PnP_Core_Model_SharePoint_SearchOptions_ResultSourceId" data-uid="PnP.Co
<h5 class="decalaration">Declaration</h5>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string ResultSourceId { get; }</code></pre>
<pre><code class="lang-csharp hljs">public string ResultSourceId { get; set; }</code></pre>
</div>


Expand Down
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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<string> RefinementFilters { get; set; } Property Value PnP.Core.Model.SharePoint.List < System.String > RefineProperties Properties used to refine the search results Declaration public List<string> 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<string> SelectProperties { get; set; } Property Value PnP.Core.Model.SharePoint.List < System.String > SortProperties Properties to sort the query on Declaration public List<SortOption> 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<string> RefinementFilters { get; set; } Property Value PnP.Core.Model.SharePoint.List < System.String > RefineProperties Properties used to refine the search results Declaration public List<string> 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<string> SelectProperties { get; set; } Property Value PnP.Core.Model.SharePoint.List < System.String > SortProperties Properties to sort the query on Declaration public List<SortOption> 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",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0c488ec

Please sign in to comment.