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
Copy file name to clipboardExpand all lines: docs/general-development/bdc-model-schema-reference-for-sharepoint.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2240,7 +2240,7 @@ The following sections describe attributes, child elements, and parent elements.
2240
2240
|:-----|:-----|
2241
2241
|[LocalizedDisplayNames Element in MetadataObject (BDCMetadata Schema)](http://msdn.microsoft.com/library/3202aecf-f98f-20cb-1fdd-f3a054cb24aa%28Office.15%29.aspx) <br/> |The localized names of the parameter. <br/> |
2242
2242
|[Properties Element in MetadataObject (BDCMetadata Schema)](http://msdn.microsoft.com/library/9901904f-96ee-0cbb-64a9-c2aad9d72128%28Office.15%29.aspx) <br/> |The properties of the parameter. <br/> |
2243
-
|[TypeDescriptor](http://msdn.microsoft.com/library/30e38d7f-af18-20ec-45ab-0bece071ce67.aspx) <br/> |The root type descriptor of the parameter. <br/> |
2243
+
|[TypeDescriptor](https://docs.microsoft.com/dotnet/api/system.componentmodel.typedescriptor) <br/> |The root type descriptor of the parameter. <br/> |
2244
2244
2245
2245
**Parent element**
2246
2246
@@ -2372,7 +2372,7 @@ None
2372
2372
|[Method Element in Methods (BDCMetadata Schema)](http://msdn.microsoft.com/library/70e87a9e-4959-0a7b-3f37-ddec36473ff4%28Office.15%29.aspx) <br/> ||
2373
2373
|[FilterDescriptor Element in FilterDescriptors (BDCMetadata Schema)](http://msdn.microsoft.com/library/8ce0a852-38f9-75d2-8258-27c57418f53c%28Office.15%29.aspx) <br/> ||
2374
2374
|[Parameter Element in Parameters (BDCMetadata Schema)](http://msdn.microsoft.com/library/811cad0b-ba71-8be0-0765-3e0dec18a0d3%28Office.15%29.aspx) <br/> ||
|[TypeDescriptor Element (BDCMetadata Schema)](http://msdn.microsoft.com/library/ae423de8-c13b-aea5-d47b-17ef786fb5a7%28Office.15%29.aspx) <br/> ||
2377
2377
|[Association Element in MethodInstances (BDCMetadata Schema)](http://msdn.microsoft.com/library/9659a1f5-1b12-03ef-f9e3-5c9904cc5dd0%28Office.15%29.aspx) <br/> ||
2378
2378
|[MethodInstance Element in MethodInstances (BDCMetadata Schema)](http://msdn.microsoft.com/library/577ff9d0-706b-be7d-af5b-883e137cada8%28Office.15%29.aspx) <br/> ||
@@ -2733,7 +2733,7 @@ None
2733
2733
|**Element**|**Description**|
2734
2734
|:-----|:-----|
2735
2735
|[TypeDescriptor Element (BDCMetadata Schema)](http://msdn.microsoft.com/library/ae423de8-c13b-aea5-d47b-17ef786fb5a7%28Office.15%29.aspx) <br/> ||
Copy file name to clipboardExpand all lines: docs/general-development/prepare-to-set-up-and-configure-a-sharepoint-workflow-development-environment.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,6 @@ First off, get acquainted with the new app model and the concepts underlying Sha
43
43
|:-----|:-----|
44
44
|[SharePoint for developers](http://msdn.microsoft.com/en-us/sharepoint) <br/> |Portal to the SharePoint developer site, where the emphasis is on apps for SharePoint. <br/> |
45
45
|[SharePoint Add-ins](http://msdn.microsoft.com/library/cd1eda9e-8e54-4223-93a9-a6ea0d18df70%28Office.15%29.aspx) <br/> |Learn what apps for SharePoint are, why you should build them, and the concepts that are fundamental to building them in SharePoint. <br/> |
46
-
|[New name for apps for SharePoint](http://msdn.microsoft.com/library/05b07b04-6c8b-4b7e-bd86-e32c589dfead%28Office.15%29.aspx) <br/> |Portal to a developer site devoted to building apps for Office and apps for SharePoint. <br/> |
47
46
|[SharePoint development overview](sharepoint-development-overview.md) <br/> |SharePoint is a development platform for apps for SharePoint and farm solutions. Get acquainted with the capabilities and features of SharePoint to start your development. <br/> |
48
47
|[SharePoint workflow fundamentals](sharepoint-workflow-fundamentals.md) <br/> |Provides a high-level overview of the workflow infrastructure in SharePoint, including a view of the platform architecture and the workflow interop bridge. <br/> |
Copy file name to clipboardExpand all lines: docs/schema/spinner-element.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ The following sections describe attributes, child elements, and parent elements.
60
60
|**DefaultUnit** <br/> |Optional. The name or abbreviation for the default [Unit](unit-element-spinner.md). <br/> |
61
61
|**DefaultValue** <br/> |Optional. Specifies the initial numeric value that is displayed in the control. <br/> |
62
62
|**Id** <br/> |Required. A string that identifies the control. <br/> |
63
-
|**ImeEnabled** <br/> |Optional. **TRUE** to set the [Input Method Editor (IME)](http://msdn.microsoft.com/library/a595a28f-7a9d-4135-ad5c-d66ae45ec682.aspx) to the **active** state. The default is **FALSE**. <br/> |
63
+
|**ImeEnabled** <br/> |Optional. **TRUE** to set the [Input Method Editor (IME)](https://docs.microsoft.com/windows/desktop/dxtecharts/installing-and-using-input-method-editors) to the **active** state. The default is **FALSE**. <br/> |
64
64
|**MultiplierInterval** <br/> |Optional. Specifies a factor by which to increase the speed of incrementing or decrementing the value when focus is maintained on the up or down arrow. <br/> |
65
65
|**QueryCommand** <br/> |Optional. The name of the command to execute when polling for state information. <br/> |
66
66
|**Sequence** <br/> |Optional. An integer that specifies the order of placement among sibling XML nodes. <br/> |
Copy file name to clipboardExpand all lines: docs/solution-guidance/variations-sharepoint-add-in.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ As a rule of a thumb, we would like to provide the following high-level guidelin
25
25
- You can go beyond what the CSOM API Variations classes listed above provide and configure some variations settings. To do this, you set the values for variations settings stored in site property bags and/or modify list items in the lists associated with variations.
26
26
+ The [VariationsExtensions.cs class (O365 PnP Sample)](https://github.com/SharePoint/PnP-Sites-Core/tree/master/Core/OfficeDevPnP.Core/Extensions/VariationExtensions.cs) contains several examples that modify property bag and list item values to configure variations settings.
27
27
+ The [VariationsExtensions.cs class (O365 PnP Sample)](https://github.com/SharePoint/PnP-Sites-Core/blob/master/Core/OfficeDevPnP.Core/Extensions/VariationExtensions.cs) illustrates how to configure ***all of the settings*** that you can set in the variations settings page.
28
-
+ The [Turn on variations settings so you can create variations of your site(O365 Support Article)](https://support.office.com/en-za/article/Turn-on-variations-settings-so-you-can-create-variations-of-your-site-fc021610-bdb5-4b5c-9d59-ce8af6699b4b) lists the items you can configure in the variations settings page and describes what they do.
28
+
+ The [Choose the languages you want to make available for a site’s user interface (O365 Support Article)](https://support.office.com/article/choose-the-languages-you-want-to-make-available-for-a-site-s-user-interface-16d3a83c-05ab-4b50-8fbb-ff576a3351e8) addresses some of the multilingual capabilities of Office 365.
0 commit comments