You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: Commands/Search/SubmitSearchQuery.cs
+4
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,9 @@ public class SubmitSearchQuery : PnPWebCmdlet
74
74
[Parameter(Mandatory=false,HelpMessage="Specifies the name of the client which issued the query.",ParameterSetName=ParameterAttribute.AllParameterSets)]
75
75
publicstringClientType="ContentSearchLow";
76
76
77
+
[Parameter(Mandatory=false,HelpMessage="Limit the number of items per the collapse specification. See https://docs.microsoft.com/en-us/sharepoint/dev/general-development/customizing-search-results-in-sharepoint#collapse-similar-search-results-using-the-collapsespecification-property for more information.",ParameterSetName=ParameterAttribute.AllParameterSets)]
0 commit comments