id stringlengths 14 16 | text stringlengths 2 3.14k | source stringlengths 45 175 |
|---|---|---|
e55bc4987e79-2 | struct AccessorInitParameters
{
LPCWSTR pwszUrl;
LPCWSTR pwszCrawlTarget;
BOOL fUseSSLWithCT;
BOOL fUseCTForIntranet;
DWORD eAuthenticationType;
... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/protocol-handler-error-due-to-deprecated-interface-in-sharepoint-2016 |
5cf98c329a87-0 | If the behavior of your solutions depends on the locally installed SKU of SharePoint or Project Server 2013, use the code example in this article to find the SKU information you need.
Detect the installed SKU of SharePoint or Project Server 2013 by using code
The following code example demonstrates how to retri... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-to-detect-the-installed-sku-of-sharepoint |
5cf98c329a87-1 | _products.Add("C5D855EE-F32B-4A1C-97A8-F0A28CE02F9C", "SharePoint");
_products.Add("CBF97833-C73A-4BAF-9ED3-D47B3CFF51BE", "SharePoint Preview");
_products.Add("B7D84C2B-0754-49E4-B7BE-7EE321DCE0A9", "SharePoint Enterprise");
_products.Add("298A586A-E3C1-42F0-... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-to-detect-the-installed-sku-of-sharepoint |
5cf98c329a87-2 | if (SharePointProducts[SKUId] != null)
{
Console.WriteLine("Product Installed: {0}", SharePointProducts[SKUId]);
}
else
{
Console.WriteLine("Unk... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-to-detect-the-installed-sku-of-sharepoint |
d4c1394dcb1d-0 | Learn about the features, products, and services that make SharePoint accessible for people with disabilities, and find developer resources that can help you design and build apps and websites that support key accessibility scenarios.
Accessible technology enables users to interact with computers and applications in di... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/accessibility-in-sharepoint |
d4c1394dcb1d-1 | For information about developing accessible applications and websites, see Resources for Designing Accessible Applications in the Visual Studio documentation.
For information about Windows app development and providing accessibility in Windows Store apps, see the following sections in the Windows Dev Center:
A... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/accessibility-in-sharepoint |
26943bbaa421-0 | Applies common application lifecycle management (ALM) concepts and practices to application development using SharePoint technologies.
Provided by: Eric Charran, Microsoft Corporation
Contributors: Vesa Juvonen, Microsoft Corporation | Steve Peschka, Microsoft Corporation
Important:
This topic refers to auto... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
26943bbaa421-1 | Additionally, Microsoft advises customers to evaluate the technologies used when developing applications with SharePoint as there is a wider set of choices for solution implementation. When creating applications, customers can focus on leveraging standards-based technologies such as HTML5 and JavaScript for presentatio... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
26943bbaa421-2 | Developers and architects alike can become well-versed in synthesizing solutions that consist of multiple application components that span or combine different types of hosting options. During this adaptation process, ALM procedures should be applied unilaterally to these applications. For example, developers may need ... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
26943bbaa421-3 | Depending on the target environment, the solution type (that is, which components will be on-premises and which will be hosted in cloud infrastructure or services), developers can now select from a combination of new development environment options. These options will consist of new choices such as the SharePoint devel... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
26943bbaa421-4 | [
Development environment philosophy
Because of the investments made in how applications can be designed and implemented using SharePoint, developers should determine if there is a need to conduct development using server-side code. As developers create applications that use the cloud-hosted model, the requirem... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
26943bbaa421-5 | Figure 2. Office 365 app development
[
Developers with MSDN subscriptions can obtain a development tenant that contains a SharePoint developer site. The SharePointDeveloper Site is preconfigured for developing applications. Users can use not only Visual Studio 2012 in developing applications, but with Office 365 de... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
26943bbaa421-6 | Development teams creating separate features or applications that contain a larger solution will need a centralized deployment target to integration test components. Because each developer is creating features or applications on their own Office 365 developer site, a centralized site collection in a target tenant or on... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
26943bbaa421-7 | TheSharePoint farm that hosts Developer Site instances must be monitored and meet service and recovery point and time level objectives so that developers who rely on them to create applications can be productive and not experience outages. Customers can apply private cloud concepts such as elasticity and scale units an... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
26943bbaa421-8 | Figure 4 shows the types of applications that can be created using an on-premises virtualized environment.
Figure 4. On-premises development with a virtual environment
[
Developers can conduct remote development for the SharePoint and cloud-hosted applications within their own SharePoint farms as well as the deve... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
26943bbaa421-9 | ALM design considerations
When constructing SharePoint applications, there are several considerations that have to be addressed to provide governance and common development practices for consistency and quality. When applying ALM principles to SharePoint application development, developers must focus on technical... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
26943bbaa421-10 | SharePoint build components
When planning build processes for SharePoint application development, developers have to consider the interactions between the components, as shown in Figure 5.
Figure 5. SharePoint-hosted app build components
The illustration in Figure 5 is a logical representation of a SharePoi... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
26943bbaa421-11 | Figure 7. ALM with Visual Studio Team Foundation Server
Figure 7 shows TFS as the ALM platform. Teams will use TFS to store code and conduct team development either using TFS deployed on-premises or using Microsoft cloud-based TFS services. TFS can be configured to conduct build and deployment activities with a Sha... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
26943bbaa421-12 | For SharePoint applications, developers should use the Office/SharePoint Continuous Integration with TFS 2012 build definitions project to achieve scheduled builds or continuous integration. This project provides build definitions, Windows PowerShell scripts, and process instructions on how to configure Visual Stud... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
26943bbaa421-13 | Trusting the SharePoint application
Following deployment of the application components to the target environments, it is important to note that before anyone accessing the application, including automated tests that may be part of the build, a tenant (or site collection) administrator will have to trust the appli... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
26943bbaa421-14 | Testing
As described in the build processes section , application testing is a method of determining whether the compilation and deployment of the application was successful. By using testing as a means of verifying the build and deployment of the application, the team is provided with an understanding of quali... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
26943bbaa421-15 | Coded UI tests can be used in SharePoint-hosted add-ins where much of the UX and the business logic may be intermixed. These tests, like others can be run from a build definition in TFS so that they can verify an application's functionality after deployment (and the application is trusted by SharePoint).
Non-coded UI... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
26943bbaa421-16 | Quality and testing environments
Many organizations have several testing environments that may be either physical, or virtual and separate from each other. These environments can vary based on a team's ALM process, regulatory requirements or a combination of both. To determine the number and types of testing envi... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
26943bbaa421-17 | Integration and systems testing
In order to test the application, all of the development components should be assembled and deployed in a centralized environment. This integration environment provides a place where developers can deploy and observe the components of the solution they created interacting with othe... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
26943bbaa421-18 | Figure 14. UAT testing
[
As shown in Figure 14, users assigned to conduct acceptance testing or organizational testing resources conduct test scripts in a stable environment that is focused on a well-publicized build of the application. While code deployment and testing continues in the integration environment, use... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
26943bbaa421-19 | Figure 16. Release management process
[
Following a check-in to TFS, an automated build procedure will compile and deploy the solution to the target integration and system testing environment where build verification tests will be executed as part of the build definition in TFS. This approach includes deploying the... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
26943bbaa421-20 | The information in SharePoint Add-ins update process provides additional tactical guidance on the techniques for updating SharePoint applications. This includes accelerating deployment testing by shortening the cycle by which application updates are reflected in the farm in test environments. Additionally, this arti... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-server-application-lifecycle-management |
08f4c64a7c29-0 | Find instructions for setting up and configuring Workflow Manager Client 1.0 and pairing it to function properly with SharePoint.
Instructions for installing and configuring SharePoint workflow components are maintained on Microsoft Docs:
Install and configure workflow in SharePoint
Installing and configuring wor... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/set-up-and-configure-sharepoint-workflow-manager |
1dfb00d8ba5b-0 | Learn about the several sets of APIs that are provided in SharePoint, including the server object model and the various client object models, and the REST/OData web service.
Factors that determine which API set to use
You can choose from several sets of APIs to access the SharePoint platform. Which one you use ... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/choose-the-right-api-set-in-sharepoint |
1dfb00d8ba5b-1 | Figure 1. Selected SharePoint extension types and SharePoint sets of APIs
The following table provides guidance on which set of APIs to use for a selected list of common SharePoint extensibility projects. The remaining sections of this topic describe the various sets of APIs.
If you want to do this ...
..... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/choose-the-right-api-set-in-sharepoint |
1dfb00d8ba5b-2 | Silverlight client object model
Create an HTML/JavaScript application that performs CRUD operations on SharePoint data
JavaScript client object model
Create an Office Add-in that works with SharePoint
JavaScript client object model
Create a custom Windows PowerShell command
Server object model
... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/choose-the-right-api-set-in-sharepoint |
1dfb00d8ba5b-3 | At the level of SharePoint, many more classes are added to enable programming of Enterprise Content Management (ECM), user profiles, taxonomy, advanced search, and other features of SharePoint.
You can use LINQ to Objects to query any IEnumerable collection in memory, but a LINQ to SharePoint provider enables ... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/choose-the-right-api-set-in-sharepoint |
1dfb00d8ba5b-4 | Limitations on when you can use the server object model
Custom logic in SharePoint Add-ins is always distributed "down" to the client or "up" to the cloud (or "over" to some server outside the SharePoint farm). In all of these distribution models, one of the client object models or the REST/OData endpoints must be us... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/choose-the-right-api-set-in-sharepoint |
1dfb00d8ba5b-5 | To improve performance, lines of code written against in the .NET Framework client object model are sent to the SharePoint server in batches where they are converted to server-side code and executed. The queried results, and the new state of all variables, are then returned to the client. You as the developer determine... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/choose-the-right-api-set-in-sharepoint |
1dfb00d8ba5b-6 | Silverlight client object model
The SharePoint object model for Silverlight is used in Silverlight applications, regardless of where the compiled .xap file is persisted. It may be in an assets library on a SharePoint website, on a client computer, in cloud storage, or on an external server. Typically, a Silverlight a... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/choose-the-right-api-set-in-sharepoint |
1dfb00d8ba5b-7 | Note
You can also use the SharePoint REST/OData endpoints in a Silverlight application. For a comparison of the Silverlight client object model with the SharePoint REST/OData endpoints, see the section REST/OData endpoints later in this article.
Mobile object model
A special version of the Silverlight client... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/choose-the-right-api-set-in-sharepoint |
1dfb00d8ba5b-8 | Just like the managed-code client object models, the JavaScript infrastructure for SharePoint interacts with the farm servers in batches. These batches always run asynchronously. In addition, it is now possible to access SharePoint data across domains in JavaScript (but only data that is within the same parent site col... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/choose-the-right-api-set-in-sharepoint |
1dfb00d8ba5b-9 | For more information about using the REST/OData web service, see the node Use OData query operations in SharePoint REST requests ; for examples, see the topic Complete basic operations using SharePoint REST endpoints .
Comparing REST/OData programming with client object model programming
In some situations, it ... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/choose-the-right-api-set-in-sharepoint |
1dfb00d8ba5b-10 | No, from Windows platform; Yes, from JavaScript
WCF Data Services Framework
If you prefer to use LINQ syntax in .NET Framework or Silverlight client applications, SharePoint supports WCF Data Services as a LINQ provider. You can target either the listdata.svc (for list data only) as in earlier versions... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/choose-the-right-api-set-in-sharepoint |
6762fdcb6288-0 | Find and download code samples for SharePoint, including samples that demonstrate SharePoint Framework, SharePoint Add-ins, user experience design, metadata management, workflows, mobile application development, REST, and other areas of SharePoint development.
SharePoint Code Samples
Note
Code sample catalo... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/code-samples-for-sharepoint |
dd14bf1b22a2-0 | Find how-to articles and related code examples that show how to perform basic development tasks in SharePoint, including how to set up your development environment and start building sites, SharePoint Framework and SharePoint Add-ins.
Getting started how-tos for SharePoint Framework
Title
Summary
... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-tos-for-sharepoint |
dd14bf1b22a2-1 | Complete basic operations using SharePoint client library code
Learn how to write code to perform basic operations with the SharePoint .NET Framework client object model (CSOM).
Complete basic operations using JavaScript library code in SharePoint
Learn how to write code to perform basic operations using the ... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-tos-for-sharepoint |
dd14bf1b22a2-2 | Query a remote service using the web proxy in SharePoint
Learn how to access data in a remote domain from a page that is hosted in SharePoint by using the web proxy.
Access SharePoint data from add-ins using the cross-domain library
Learn how to access data in a SharePoint website from a remote app by using t... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-tos-for-sharepoint |
dd14bf1b22a2-3 | Package and publish high-trust SharePoint Add-ins
Learn how to package and publish a high-trust SharePoint Add-in for on-premises use.
Publishing how-tos for Office and SharePoint Add-ins
Title
Summary
Publish SharePoint Add-ins by using Visual Studio
Learn how to package your SharePoint... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-tos-for-sharepoint |
dd14bf1b22a2-4 | Add license checks to your apps for Office
Learn how to add code to your Office Add-in that checks the validity of a user's app license, and takes action based on the app license properties. Load test app license tokens to test your license checking code.
Add license checks to Office and SharePoint Add-ins
Le... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-tos-for-sharepoint |
dd14bf1b22a2-5 | Building mobile apps how-tos for SharePoint
Title
Summary
Set up an environment for developing mobile apps for SharePoint
Learn about the system requirements and configuring a development environment for SharePoint mobility projects.
Create a Windows Phone SharePoint list app
Create a Wind... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-tos-for-sharepoint |
dd14bf1b22a2-6 | Integrate maps with Windows Phone apps and SharePoint lists
Learn how to integrate location information and maps in SharePoint lists and location-based web and mobile SharePoint Add-ins, by using the new Geolocation field, and by creating your own geolocation-based field types.
Build search-driven mobile apps w... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-tos-for-sharepoint |
dd14bf1b22a2-7 | Convert an HTML file into a master page in SharePoint
With Design Manager, you can convert an .html file into a SharePoint master page, a .master file. After the conversion, the HTML file and master page are associated, so that when you edit and save the HTML file, the changes are synced to the associated master page... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-tos-for-sharepoint |
dd14bf1b22a2-8 | Add an Edit Mode Panel snippet in SharePoint
An Edit Mode Panel is a snippet that you can use to display instructions or other content to content authors, who see the contents of that panel only when they edit a page. Conversely, this snippet can also be configured to display its contents only in regular (view) mode ... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-tos-for-sharepoint |
dd14bf1b22a2-9 | Title
Summary
Read and write to the social feed by using the .NET client object model in SharePoint
Create a console application that reads and writes to the social feed by using the SharePoint .NET client object model.
Read and write to the social feed by using the REST service in SharePoint
Crea... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-tos-for-sharepoint |
dd14bf1b22a2-10 | Follow documents and sites by using the .NET client object model in SharePoint
Learn how to work with Following Content features by using the SharePoint .NET client object model.
Follow documents, sites, and tags by using the REST service in SharePoint
Learn how to work with Following Content features by usin... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-tos-for-sharepoint |
dd14bf1b22a2-11 | Extend the Geolocation field type using client-side rendering
Learn how to customize the SharePoint Geolocation field type programmatically using client-side rendering.
Search how-tos for SharePoint
Title
Summary
Crawl associated external content types in SharePoint
Learn how to use the ... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-tos-for-sharepoint |
dd14bf1b22a2-12 | Create an external content type from an OData source in SharePoint
Learn how to use Visual Studio 2012 to discover a published OData source and create a reusable external content type for use in BCS in SharePoint.
Create an OData data service for use as a BCS external system
Learn how to create an Internet-ad... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-tos-for-sharepoint |
dd14bf1b22a2-13 | Create filter data providers for PerformancePoint Services in SharePoint
Learn how to create the data provider component in a custom filter extension for PerformancePoint Services.
Create filter editors for PerformancePoint Services in SharePoint
Learn how to create the editor component of a custom filter ext... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-tos-for-sharepoint |
0b35653fe826-0 | Learn the steps to set up a SharePoint development environment by installing SharePoint and Visual Studio.
How to determine the SharePoint development environment you need
First, decide what you want to build (to learn more about SharePoint Add-ins, see SharePoint Add-ins ):
If you want to build farm solu... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/set-up-a-general-development-environment-for-sharepoint |
0b35653fe826-1 | Create a SharePoint development environment on premises
Install the operating system for your SharePoint Add-ins development environment
The requirements for a development environment for an installation of SharePoint are less stringent and costly than the requirements for a production environment. In any d... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/set-up-a-general-development-environment-for-sharepoint |
0b35653fe826-2 | Figure 2. Installation type choice
If any errors occur in the installation, review the log file. To find the log file, open a Command Prompt window, and then type the following commands at the command prompt. A link to the log file also appears when the installation is complete.
cd %temp
dir /od *.log
... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/set-up-a-general-development-environment-for-sharepoint |
0b35653fe826-3 | The registry path will change in future versions of Visual Studio.
Next steps
If you will be creating workflows, continue with Set up and configure SharePoint Workflow Manager .
See also
Installing Visual Studio
Tools and environments for developing SharePoint Add-ins | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/set-up-a-general-development-environment-for-sharepoint |
51bef8bc2575-0 | Learn how to reset a custom master page during the FeatureUpgrading event when you're upgrading a SharePoint site from the 2010 to the 2013 compatibility mode.
When you upgrade your SharePoint 2010 customizations to SharePoint, any references to custom master pages you've created switch back to the default.master ... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/use-feature-upgrade-to-apply-new-sharepoint-master-pages-when-upgrading-fro |
51bef8bc2575-1 | In either case, during upgrade any custom master pages you've created will revert to the default.master page. If you don't reset these pages with logic inside your feature, you'll need to reactivate the feature (or the "15" version of the feature) to reset the master pages to your custom versions. You can reset your 20... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/use-feature-upgrade-to-apply-new-sharepoint-master-pages-when-upgrading-fro |
51bef8bc2575-2 | </ApplyElementManifests>
</VersionRange>
</UpgradeActions>
You place the master page or pages in the MasterPages folder of the project, and any metadata related to the master page(s) in the UpgradeElements.xml file.
Add a <Properties> section to the feature.xml file. This section contains key-value pair... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/use-feature-upgrade-to-apply-new-sharepoint-master-pages-when-upgrading-fro |
51bef8bc2575-3 | try {
if (upgradeActionName != "UpgradeFeature")
return;
//Set the master page to a value stored as a property in the feature.xml file
string masterPage = properties.Definition.Properties[My15MasterPage].Value;
string baseURL;
var currentWeb = properti... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/use-feature-upgrade-to-apply-new-sharepoint-master-pages-when-upgrading-fro |
51bef8bc2575-4 | //Checks to see that the API returns a string that ends in a "/" and if not adds it.
if (currentWeb.ServerRelativeUrl.Substring(currentWeb.ServerRelativeUrl.Length - 1) == "/")
{
baseURL = currentWeb.ServerRelativeUrl;
}
else
{
... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/use-feature-upgrade-to-apply-new-sharepoint-master-pages-when-upgrading-fro |
1df941fdcb76-0 | Learn about updating customized SharePoint 2010 web templates for use in SharePoint after a self-service upgrade.
SharePoint has significantly changed the underlying components it uses to render the appearance of SharePoint sites. For customizations made to default components in SharePoint 2010, these new changes inclu... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/upgrade-web-templates-for-sharepoint |
1df941fdcb76-1 | To add the default functionality back to the template, you must modify the Onet.xml file for the web template that contains the feature list. To add the default features back to your web template, do the following:
To add default features back to the web template
Open the Visual Studio project that contains the w... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/upgrade-web-templates-for-sharepoint |
1df941fdcb76-2 | DataConnectionLibrary
00bfea71-dbd7-4f72-b8cb-da7ac0440130
DataSourceLibrary
00bfea71-f381-423d-b9d1-da7a54c50110
DiscussionsList
00bfea71-6a49-43fa-b535-d15c05500108
DocumentLibrary
00bfea71-e717-4e80-aa17-d0c71b360101
EventsList
00bfea71-ec85-4903-972d-ebe475780106 ... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/upgrade-web-templates-for-sharepoint |
1df941fdcb76-3 | IPFSWebFeatures
f9ce21f8-f437-4f7e-8bc6-946378c850f0
IssuesList
00bfea71-5932-4f9c-ad71-1557e5751100
LinksList
00bfea71-5932-4f9c-ad71-1557e5751100
MBrowserRedirect
d95c97f3-e528-4da2-ae9f-32b3535fbb59
MDSFeature
87294c72-f260-42f3-a41b-981a2ffce37a
MobilityRe... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/upgrade-web-templates-for-sharepoint |
1df941fdcb76-4 | ReportListTemplate
2510d73f-7109-4ccc-8a1c-314894deeb3a
SiteFeed
15a572c6-e545-4d32-897a-bab6f5846e18
SiteFeedController
5153156a-63af-4fac-b557-91bd8c315432
SurveysList
00bfea71-eb8a-40b1-80c7-506be7590102
TaskListNewsFeed
ff13819a-a9ac-46fb-8163-9d53357ef98d
... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/upgrade-web-templates-for-sharepoint |
1df941fdcb76-5 | WorkflowServiceStore
2c63df2b-ceab-42c6-aeff-b3968162d4b1
WorkflowTask
57311b7a-9afd-4ff0-866e-9393ad6647b1
XmlFormLibrary
00bfea71-1e1d-4562-b56a-f05371bb0115
Save your changes, and deploy as you would normally.
Note
You may also need to activate these features in the Ce... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/upgrade-web-templates-for-sharepoint |
3f16e627efcf-0 | Learn about potential issues and get recommendations for upgrading your SharePoint 2010 site customizations to SharePoint.
SharePoint introduces significant changes to the user interface (UI) that let you customize sites using faster, more agile components. But when you upgrade from SharePoint 2010, you might encounter... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/upgrade-site-customizations-for-sharepoint |
3f16e627efcf-1 | Web templates
Web templates were introduced in SharePoint 2010 to provide a way to package features, layouts, styles, and other components that you can then use to create new webs. They are similar in function to creating site definitions, but with web templates, you can add publishing features. Due to the chang... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/upgrade-site-customizations-for-sharepoint |
e4aaea1db6a7-0 | Important
The functionality of saving a site as a template described in this article is only supported in SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 (classic sites only) , and SharePoint Online (classic sites only) .
It is not supported in SharePoint Online (modern sites) or Shar... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/save-download-and-upload-a-sharepoint-site-as-a-template |
e4aaea1db6a7-1 | Turning your customized site or business solution into a template is an extremely useful and very powerful capability. Once you start to package your solution as a template, you begin to realize the potential of SharePoint as a platform for business applications. The site template option makes all of this possible.
W... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/save-download-and-upload-a-sharepoint-site-as-a-template |
e4aaea1db6a7-2 | Unsupported Customized permissions, running workflow instances, list item version history, workflow tasks associated with running workflows, people or group field values, taxonomy field values, publishing pages and publishing sites, My Sites, stapled features, SharePoint Add-ins, and remote event receivers.
Note
... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/save-download-and-upload-a-sharepoint-site-as-a-template |
e4aaea1db6a7-3 | As you begin to create custom sites in SharePoint, you'll discover even more benefits to turning your site into a solution that can be made portable across the organization. The basic steps to working with site templates are as follows:
Save a site as a template to the solutions gallery.
Download the site templat... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/save-download-and-upload-a-sharepoint-site-as-a-template |
e4aaea1db6a7-4 | Click OK to save the template.
If all of the components on the site are valid, the template is created, and you see a message that states "Operation Completed Successfully."
Do one of the following:
To return to your site, click OK .
To go directly to the site template, click Solutions Gallery .
... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/save-download-and-upload-a-sharepoint-site-as-a-template |
e4aaea1db6a7-5 | See also
Site Types: WebTemplates and Site Definitions
Understanding how to package and deploy workflow in SharePoint
Build farm solutions in SharePoint | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/save-download-and-upload-a-sharepoint-site-as-a-template |
5e4a95005460-0 | Without using code, SharePoint Composites can help you create effective business solutions rapidly by assembling, connecting, and configuring the basic functionality available in SharePoint and Office 2013. Download the SharePoint Composites Handbook, Version 2.0 (approximately 90 pages) for in-depth guidance.
Wha... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-composites-handbook |
5e4a95005460-1 | Unlock the value of line-of-business (LOB) data With a SharePoint Composite based on Business Connectivity Services (BCS), you can work with data from other business systems as if the data lived within your SharePoint sites. Create, read, update, delete, and search the data using external content types and external li... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-composites-handbook |
5e4a95005460-2 | Developer friendly Starting an application from scratch is expensive, time-consuming, and risky. Enhancing a familiar, working solution is often preferred. For a developer, a SharePoint Composite can be a working prototype that lays the foundation for an application, and that now needs to scale up to potentially thous... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-composites-handbook |
9bd74eb81a0c-0 | Learn about SharePoint Composites, a no-code, do-it-yourself business solution that you can create quickly by assembling, connecting, and configuring the basic building blocks of functionality available in SharePoint and Office 2013.
What is a SharePoint Composite?
A SharePoint Composite is a no-code, do-it-you... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/create-sharepoint-no-code-solutions |
00e8d61f2bef-0 | Get information about the SharePoint implementation of the XLIFF interchange file format, including schema reference information and an XML example.
The XLIFF interchange file format implementation in SharePoint
SharePoint provides XML Localization Interchange File Format (XLIFF) application support for the Variati... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/the-xliff-interchange-file-format-in-sharepoint |
00e8d61f2bef-1 | File
original source-language target-language datatype tool-id
Corresponds to the original source file, which in is one page GUID from the Variations feature that includes the source and target languages ( source-language and target-language ) that are used by both machine-translation too... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/the-xliff-interchange-file-format-in-sharepoint |
00e8d61f2bef-2 | Target
ph (optional) bpt (optional) ept (optional) sub (optional)
HTML content often contains markup that has to be preserved. For this reason, SharePoint wraps markup in HTML content with tags that are defined in the XLIFF 1.2 representation guide for HTML .
Bin-unit
Files stored in Sh... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/the-xliff-interchange-file-format-in-sharepoint |
00e8d61f2bef-3 | <note>webId=1c013046-821b-40d7-a1e0-689dd920f37d</note>
<note>listId=58b11f3f-6549-47c5-bf13-a2dc4dfa03b3</note>
<note>url=Pages/Type-or-edit-text-in-a-different-language.aspx</note>
<note>sourceVersion=2</note>
</header>
<body>
<trans-unit id="fa564e0f-0c70-4ab9-b863-0177e6ddd247" datatype=... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/the-xliff-interchange-file-format-in-sharepoint |
00e8d61f2bef-4 | See also
Add SharePoint capabilities
Code sample: SharePoint: Extract and insert bin-unit elements in XLIFF files
Machine Translation Services in SharePoint | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/the-xliff-interchange-file-format-in-sharepoint |
ba31f6d3bc72-0 | Learn about the SharePoint implementation of version 1.0 of the OASIS Content Management Interoperability Services (CMIS) standard.
Introduction to CMIS in SharePoint
SharePoint Server compliance with version 1.0 of the OASIS Content Management Interoperability Services (CMIS) standard enables integration be... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/content-management-interoperability-services-cmis-in-sharepoint |
ba31f6d3bc72-1 | Figure 1. CMIS 1.0 capabilities implemented in SharePoint.
The CMIS data model defines a repository that contains the other CMIS data types, including object-types, versioning, documents and folders, and query functionality.
CMIS repositories and SharePoint document libraries
The CMIS repository is the containe... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/content-management-interoperability-services-cmis-in-sharepoint |
ba31f6d3bc72-2 | CMIS documents, folders, and other object types
CMIS defines an object-type capability that is equivalent to the idea of content types in SharePoint Server (specifically, the SPContentType class). Each read-only CMIS object-type consists of attributes and property definitions. Attributes define whether an object ca... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/content-management-interoperability-services-cmis-in-sharepoint |
ba31f6d3bc72-3 | policy
no
none
The CMIS policy object-type is not equivalent to the concept of policy in SharePoint, or to any policy objects defined in the SharePoint object model.
relationship
no
none
Not supported.
CMIS does not provide methods for creating, modifying, or deleting object-ty... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/content-management-interoperability-services-cmis-in-sharepoint |
ba31f6d3bc72-4 | CMIS query in SharePoint
Query is an optional part of the CMIS specification that SharePoint Server supports. The CMIS query uses a simplified, SQL-like syntax. Every query in CMIS is scoped to one repository, so all query results are returned from the single repository to which the query is scoped. Running multiple ... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/content-management-interoperability-services-cmis-in-sharepoint |
ba31f6d3bc72-5 | Folders cannot be versioned.
CMIS change log support
CMIS specifies a change log concept. CMIS change logs support basic create, update, and delete events that are tied to an object ID and properties. The properties are triggered when a create, update, or delete event occurs. The change log supports paging, so deve... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/content-management-interoperability-services-cmis-in-sharepoint |
ba31f6d3bc72-6 | CMIS scenarios and application ideas
With CMIS capabilities in SharePoint, developers can create applications that incorporate CMIS-compliant data from both SharePoint Server and other CMIS-compliant applications. Because CMIS is a vendor-neutral format, developers can write code that produces CMIS-compliant endp... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/content-management-interoperability-services-cmis-in-sharepoint |
ba31f6d3bc72-7 | Data migration to and from content management systems in an enterprise.
Graphical user interfaces (GUIs) in apps that read data from multiple content repositories.
A SharePoint web part that uses CMIS to roll up personnel data from multiple legacy content management systems within an enterprise.
A mobile ap... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/content-management-interoperability-services-cmis-in-sharepoint |
ba31f6d3bc72-8 | The SharePoint Server implementation of CMIS uses the BlockedFileExtensions property to get a list of file extensions that cannot be uploaded or downloaded from sites in the Web application. CMIS respects the file types that SharePoint blocks by default .
Developers can write CMIS clients in any language. For exa... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/content-management-interoperability-services-cmis-in-sharepoint |
ba31f6d3bc72-9 | Retention and hold : Services for requiring a document to not be deleted for a period of time or indefinitely.
Browser binding : A new optional binding that is specifically designed to support applications that run in a Web browser. The binding uses JSON instead of XML, and it always uses the HTTP GET and POST comm... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/content-management-interoperability-services-cmis-in-sharepoint |
7205305e7be1-0 | Learn what's new in SharePoint for eDiscovery and compliance features. Use these features to manage and recover evidence in civil litigations.
What's new in SharePoint eDiscovery and compliance
In SharePoint, you can use eDiscovery and compliance features to manage and recover evidence used in civil litigations, an... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/what-s-new-in-sharepoint-ediscovery-and-compliance |
7205305e7be1-1 | The ProjectPolicy class. You can use this class to customize the details of the project policy.
All of the Microsoft.Office.RecordsManagement.Preservation classes. These classes enable you to customize how hold information and status information is managed.
The Microsoft.Office.RecordsManagement.SearchA... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/what-s-new-in-sharepoint-ediscovery-and-compliance |
7205305e7be1-2 | The CMIS consumer web part has been removed from SharePoint.
Project compliance
Sites, and other large objects, sometimes require that their users comply with a specific usage policy. To support these scenarios, enterprise content management in SharePoint delivers the capability to apply policies to SharePoint site... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/what-s-new-in-sharepoint-ediscovery-and-compliance |
51ff9291b9bf-0 | For information about planning, administration, configuration, deployment, migration, upgrades, setting up claims, or security in general, see the IT and administrators documentation and guidelines on Microsoft TechNet .
The following are links to some of the documentation and guidelines on TechNet:
Plan for au... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/configuration-administration-and-resources-in-sharepoint |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.