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
*[How to Create Good Pull Requests](https://github.com/SharePoint/sp-dev-docs/wiki/How-to-Create-Good-Pull-Requests)
52
-
* If you are a Microsoft contributor, please review official guidance from our [internal documentation](https://review.docs.microsoft.com/help/contribute/?branch=master) for docs.microsoft.com contributors
52
+
* If you are a Microsoft contributor, please review official guidance from our [internal documentation](https://review.docs.microsoft.com/help/contribute/?branch=master) for Microsoft Docs contributors
Copy file name to clipboardExpand all lines: docs/apis/migration-api-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -286,7 +286,7 @@ SPMigrationJobState is an enumeration that tracks possible major states in the i
286
286
287
287
## Import Package Structure
288
288
289
-
Package structure is based on a constrained version of the Content Deployment package schema. Documentation for the original full schema can be found at [docs.microsoft.com](../schema/content-migration-schemas.md). Until published on docs.microsoft.com, the constrained structure can be found in this document in the appendix.
289
+
Package structure is based on a constrained version of the Content Deployment package schema. Documentation for the original full schema can be found in [Content migration schemas](../schema/content-migration-schemas.md). Until published on Microsoft Docs, the constrained structure can be found in this document in the appendix.
Copy file name to clipboardExpand all lines: docs/general-development/sorting-search-results-in-sharepoint.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -463,8 +463,8 @@ Table 2 explains the parameters to the random sort specification.
463
463
|**Parameter**|**Description**|**Required**|
464
464
|:-----|:-----|:-----|
465
465
|_Seed_ <br/> |The seed for the random value generation. <br/> The seed value is input to a function that generates a random number. This random number is used in the final sorting.Using only the _seed_ option will give you a randomly sorted query result set. The sorting order for the same query (when using the same seed) may change after an index update. <br/> |Yes <br/> |
466
-
|_Hashfield_ <br/> |A managed property that is used as the hash value for the random generation. You can use this parameter to ensure that the sorting order for the same query (when using the same seed) does not change after an index update. <br/> The managed property must be of type [Integer]https://docs.microsoft.com/previous-versions/office/developer/sharepoint-2010/ms500214(v%3Doffice.14)) and must be [Sortable()](https://msdn.microsoft.com/library/Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo.Sortable.aspx). You may fill this managed property with random or unique values (for example a sequence number populated by an item processing stage). <br/> |No <br/> |
467
-
466
+
|_Hashfield_ <br/> |A managed property that is used as the hash value for the random generation. You can use this parameter to ensure that the sorting order for the same query (when using the same seed) does not change after an index update. <br/> The managed property must be of type [Integer](/previous-versions/office/developer/sharepoint-2010/ms500214(v%3Doffice.14)) and must be [Sortable()](/previous-versions/office/sharepoint-server/jj263514(v=office.15)). You may fill this managed property with random or unique values (for example a sequence number populated by an item processing stage). <br/> |No <br/> |
467
+
468
468
By providing the same seed for equal queries, items will be presented in the same order. This enables you to preserve the same random order when paging through search results. Use the _hashfield_ parameter if you want to preserve the same random order when an index update accidentally occurs between the queries.
Copy file name to clipboardExpand all lines: docs/spfx/publish-to-marketplace-faq.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ sections:
36
36
- question: |
37
37
Can I use a custom Microsoft Teams manifest
38
38
answer: |
39
-
When building SharePoint Framework web parts, you can choose to [expose them in SharePoint and Microsoft Teams as personal apps or tabs](https://docs.microsoft.com/sharepoint/dev/spfx/integrate-with-teams-introduction). To use your web parts in Teams, you can either generate the manifest and the Teams solution package yourself or have the SharePoint Framework generate it for you. Creating the manifest manually gives you more flexibility and allows you to create multi-tab personal apps.
39
+
When building SharePoint Framework web parts, you can choose to [expose them in SharePoint and Microsoft Teams as personal apps or tabs](/sharepoint/dev/spfx/integrate-with-teams-introduction). To use your web parts in Teams, you can either generate the manifest and the Teams solution package yourself or have the SharePoint Framework generate it for you. Creating the manifest manually gives you more flexibility and allows you to create multi-tab personal apps.
40
40
41
41
At this moment, the Marketplace does not support embedding custom Teams manifests in SharePoint Framework packages. You can expose your web parts in Teams using the manifest autogenerated by SharePoint Framework.
Copy file name to clipboardExpand all lines: docs/transform/modernize-scanner-reports-lists.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Column | Description
26
26
**Blocked at site level** | TRUE if the list is blocked because the **site** scoped feature (E3540C7D-6BEA-403C-A224-1A12EAFEE4C4) was enabled.
27
27
**Blocked at web level** | TRUE if the list is blocked because the **web** scoped feature (52E14B6F-B1BB-4969-B89B-C4FAA56745EF) was enabled.
28
28
**Blocked at list level** | TRUE if the user changed the list experience setting to "classic experience".
29
-
**List page render type** | The value of the PageRenderType property as explained in [docs.microsoft.com](/sharepoint/dev/solution-guidance/modern-experience-customizations-customize-lists-and-libraries#programmatically-detect-if-your-librarylist-will-be-shown-using-modern-or-classic).
29
+
**List page render type** | The value of the PageRenderType property as explained in [When does the built-in auto-detect automatically switch rendering back to "classic"?](/sharepoint/dev/solution-guidance/modern-experience-customizations-customize-lists-and-libraries#programmatically-detect-if-your-librarylist-will-be-shown-using-modern-or-classic).
30
30
**List experience** | The set list experience setting: auto (default), modern or classic.
31
31
**Blocked by not being able to load page** | TRUE if the page associated with the list default view could not be loaded.
32
32
**Blocked by not being able to load page exception** | The error that was triggered when the page could not be loaded.
0 commit comments