id stringlengths 14 16 | text stringlengths 2 3.14k | source stringlengths 45 175 |
|---|---|---|
2c14ffb7f61a-0 | This topic lists SharePoint Online and SharePoint Server troubleshooting articles that have been changed over the last several weeks.
Week of July 17, 2023
Published On
Topic title
Change
7/17/2023
SharedWith column displays users who no longer have access to a document
modified
We... | https://learn.microsoft.com/en-us/sharepoint/troubleshoot/sharepoint-troubleshoot-content-updates |
f2a556e0c282-0 | Developers can extend Microsoft Viva Connections for building engaging experiences with the widely adopted SharePoint Framework (SPFx). Viva Connections is your gateway to a modern employee experience where you can build and integrate apps that shape culture and foster connections to help employees thrive. With SPFx,... | https://learn.microsoft.com/en-us/sharepoint/dev/spfx/viva/overview-viva-connections |
f2a556e0c282-1 | Prerequisites
The SPFx v1.13 release introduced support for building solutions to customize and extend Microsoft Viva Connections. To learn more about the SPFx v1.13 release, including prerequisites & how to install it, see: SharePoint Framework v1.13 release notes .
Start building for Microsoft Viva Connections
... | https://learn.microsoft.com/en-us/sharepoint/dev/spfx/viva/overview-viva-connections |
a98a2310ca05-0 | The SharePoint Framework (SPFx) v1.16 release added support for the Microsoft Teams JavaScript client SDK v2 . The Microsoft Teams JavaScript client SDK v2 introduced the ability to enable Teams apps to run in Outlook at Office, in addition to Microsoft Teams .
With this improvement in SPFx v1.16, developers can no... | https://learn.microsoft.com/en-us/sharepoint/dev/spfx/office/overview |
a98a2310ca05-1 | Once the project has been created, update the web part's supportedHosts property to indicate where it can be used. For example, add TeamsTab and/or TeamsPersonalApp to te supportedHosts property in the ./config/package-solution.json file. For more information, see Building Microsoft Teams Tabs using SharePoi... | https://learn.microsoft.com/en-us/sharepoint/dev/spfx/office/overview |
a98a2310ca05-2 | }
Create the Microsoft Teams app manifest & package
While the SharePoint Online App Catalog's Sync to Teams button can automatically create the Microsoft Teams app manifest, app package and install it in the Microsoft Teams store, this currently doesn't support the required Microsoft Teams app manifest file form... | https://learn.microsoft.com/en-us/sharepoint/dev/spfx/office/overview |
a98a2310ca05-3 | Tip
For more information on these properties, see SharePoint Framework: Deployment options for SharePoint Framework solutions for Microsoft Teams , specifically the section on Dynamically reference the underlying SharePoint site URLs .
Note
To learn more about the Microsoft Teams app manifest file, ... | https://learn.microsoft.com/en-us/sharepoint/dev/spfx/office/overview |
a98a2310ca05-4 | The app can also be installed in Microsoft Teams. Once you're logged in, select the Apps option in the left vertical navigation.
Notice your apps are listed under the Build for your org section:
Once you install the app, it will appear in the left vertical navigation as a pinned app:
You can follow the ... | https://learn.microsoft.com/en-us/sharepoint/dev/spfx/office/overview |
dade4ec981ff-0 | You can extend Microsoft Teams with additional functionality by integrating your applications. This allows you expose functionality in the context of your users’ work helping them be more productive. By building Microsoft Teams applications using SharePoint Framework , you can save costs on hosting infrastructure and ... | https://learn.microsoft.com/en-us/sharepoint/dev/spfx/build-for-teams-overview |
dade4ec981ff-1 | Increase your reach
Organizations use different tools for different scenarios. While they implement some processes on top of Microsoft Teams, they could implement others in SharePoint. By building your applications using SharePoint Framework you can build your solution once and use it for the different scenarios with... | https://learn.microsoft.com/en-us/sharepoint/dev/spfx/build-for-teams-overview |
b12b006fdc22-0 | Developers have multiple options when deploying SharePoint Framework (SPFx) solutions for use within Microsoft Teams. This article explains the options supported in SharePoint Online.
Note
Prior to January 2021, SharePoint Online only supported one option: when a qualifying SPFx solution was uploaded to the Share... | https://learn.microsoft.com/en-us/sharepoint/dev/spfx/deployment-spfx-teams-solutions |
b12b006fdc22-1 | id
id
name.short
preconfiguredEntries[0].title
description.short
preconfiguredEntries[0].description
description.long
preconfiguredEntries[0].description
Note
The component manifest is pulled from the component's manifest ( ./src/webparts/../*.manifest.json ).
If a SPFx solutio... | https://learn.microsoft.com/en-us/sharepoint/dev/spfx/deployment-spfx-teams-solutions |
b12b006fdc22-2 | This option is ideal for the following scenarios:
Developers want to have full control over the Microsoft Teams app manifest contents
Complex Microsoft Teams scenarios, like specifying bots, meeting apps, etc
Specify the ID, name & description of the Microsoft Teams app when the SPFx solution contains more than... | https://learn.microsoft.com/en-us/sharepoint/dev/spfx/deployment-spfx-teams-solutions |
b12b006fdc22-3 | Save the TeamsSPFxApp.zip in the SPFx solution's ./teams folder.
Create the SPFx package the same way you would with a regular SPFx solution, using gulp package-solution . It will include the custom Microsoft Teams app package in the *.sppkg .
Dynamically reference the underlying SharePoint site URLs
... | https://learn.microsoft.com/en-us/sharepoint/dev/spfx/deployment-spfx-teams-solutions |
b12b006fdc22-4 | Personal tab
staticTabs[..].contentUrl
https://{teamSiteDomain}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest=/_layouts/15/teamshostedapp.aspx%3Fteams%26personal%26componentId={{SPFX_COMPONENT_ID}}%26forceLocale={locale}
Channel/group chat tab
configurableTabs[..].configurationUrl
https://{teamSiteDomain}{te... | https://learn.microsoft.com/en-us/sharepoint/dev/spfx/deployment-spfx-teams-solutions |
fbae598c7447-0 | PnP PowerShell is a .NET Core 3.1 / .NET Framework 4.6.1 based PowerShell Module providing over 600 cmdlets that work with Microsoft 365 environments such as SharePoint Online, Microsoft Teams, Microsoft Project, Security & Compliance, Azure Active Directory, and more.
For more information about installing or upgradi... | https://learn.microsoft.com/en-us/powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets |
750a7e3859cc-0 | To get started using PowerShell to manage SharePoint Online, you need to install the SharePoint Online Management Shell and connect to SharePoint Online.
Install the SharePoint Online Management Shell by downloading and running the SharePoint Online Management Shell or installing the module from the PowerShell Gal... | https://learn.microsoft.com/en-us/powershell/sharepoint/sharepoint-online/connect-sharepoint-online |
750a7e3859cc-1 | When prompted with the Windows PowerShell credential request dialog box, type the password for the SharePoint admin account.
To assign a user the SharePoint admin role, see Assign admin roles or Assign admin roles to Microsoft 365 user accounts with PowerShell .
Note
If you encounter issues trying to con... | https://learn.microsoft.com/en-us/powershell/sharepoint/sharepoint-online/connect-sharepoint-online |
768f5e6c5cfb-0 | The SharePoint Online Management Shell is a Windows PowerShell module that you can use to manage SharePoint settings at the organization level and site collection level. Command-line operations in Windows PowerShell are composed of a series of commands. Each command uses a cmdlet and a set of settings known as parame... | https://learn.microsoft.com/en-us/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell |
768f5e6c5cfb-1 | After you get familiar with SharePoint sites and users, try using SharePoint Online PowerShell commands, especially when you want to manage lots of site collections or users.
Note
For the complete list of SharePoint Online cmdlets, see SharePoint Online PowerShell
How do I get permissions and set up the envi... | https://learn.microsoft.com/en-us/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell |
6c007f2a9ab9-0 | Moving to Microsoft 365? Migration Manager will help you migrate your content easily and securely.
Mover retirement
Important
Mover is now retired for all Admin led migrations . The ability to migrate from Google Drive, Box, Dropbox, and Egnyte has been fully integrated into Migration Manager. For full detail... | https://learn.microsoft.com/en-us/sharepointmigration/migrate-to-sharepoint-online |
6c007f2a9ab9-1 | Migrate from
Description
BOX
Collaborate all in one place by migrating your Box documents, data, and users to OneDrive, SharePoint, and Teams in Microsoft 365.
FILE SHARES
With a centralized way of connecting servers, creating tasks, and managing your migration tasks, migrate your file shares... | https://learn.microsoft.com/en-us/sharepointmigration/migrate-to-sharepoint-online |
6c007f2a9ab9-2 | Other resources
Cross-tenant OneDrive migration . During mergers or divestitures, you commonly need the ability to move your users OneDrive accounts into a new Microsoft 365 tenant. With Cross-tenant OneDrive migration, tenant administrators can use PowerShell to transition users into their new organization. To lea... | https://learn.microsoft.com/en-us/sharepointmigration/migrate-to-sharepoint-online |
23993d700d67-0 | Multi-Geo capabilities in OneDrive and SharePoint Online enable control of shared resources like SharePoint team sites and Microsoft 365 Group mailboxes stored at rest in a specified geo location.
Each user, Group mailbox, and SharePoint site have a Preferred Data Location (PDL) which denotes the geo location where r... | https://learn.microsoft.com/en-us/microsoft-365/enterprise/multi-geo-capabilities-in-onedrive-and-sharepoint-online-in-microsoft-365?view=o365-worldwide |
23993d700d67-1 | Microsoft 365 services other than Exchange, OneDrive, SharePoint, and Teams aren't Multi-Geo. However, Microsoft 365 Groups that are created by these services will be configured with the PDL of the creator and their Exchange Group mailbox, SharePoint site are provisioned in the corresponding geo.
Managing the multi-g... | https://learn.microsoft.com/en-us/microsoft-365/enterprise/multi-geo-capabilities-in-onedrive-and-sharepoint-online-in-microsoft-365?view=o365-worldwide |
9a768b720c3e-0 | The SharePoint client-side object model (CSOM) provides access to the SharePoint object model from code that is running locally or on a different server than SharePoint.
Important
It is not supported to connect a Communication site to Microsoft 365 group.
Prerequisites
Before you get started, make sure th... | https://learn.microsoft.com/en-us/sharepoint/dev/features/groupify/groupify-csom |
9a768b720c3e-1 | ClientContext ctx = new ClientContext("https://contoso-admin.sharepoint.com/");
var pwd = "mypassword";
var passWord = new SecureString();
foreach (char c in pwd.ToCharArray()) passWord.AppendChar(c);
ctx.Credentials = new SharePointOnlineCredentials("admin@mydomain.com", passWord);
Tenant tenant = new Tenant(ctx);
ten... | https://learn.microsoft.com/en-us/sharepoint/dev/features/groupify/groupify-csom |
9a768b720c3e-2 | Property
Type
Description
Description
string
Gets and sets the group description.
Owners
string[]
Gets and sets the group owners. These should be the principal names of the users.
CreationOptions
string[]
Gets and sets the group's creation options.
Classification
string
G... | https://learn.microsoft.com/en-us/sharepoint/dev/features/groupify/groupify-csom |
680e85067a21-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
A ListTemplate element points to a list definition contained in the Schema.xml file of a particular list type. You can use a list template to create a list.
Note
If you install a list template Feature, ins... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/list-template-files |
d9016ad6ac63-0 | SharePoint Framework is extensibility model for Microsoft Teams, Microsoft Viva and SharePoint. See more details from the SharePoint Framework overview documentation .
The SharePoint Framework object model is built in TypeScript. Use this section to learn more about the classes, methods, and other types available fo... | https://learn.microsoft.com/en-us/javascript/api/overview/sharepoint?view=sp-typescript-latest |
f62ed5178aef-0 | Here are the different tutorials and training assets available for you to get started on building SharePoint Framework solutions for SharePoint, Microsoft Teams, and Office clients. These tutorials and training modules include both written and a video format.
Setting up your development environment
Set up your Of... | https://learn.microsoft.com/en-us/sharepoint/dev/training/training |
f62ed5178aef-1 | Migrating from UserCustomAction to SharePoint Framework Extensions
Getting started training modules for SharePoint Framework
These are "presentations in a box" that include slides, demos, videos & hands-on labs for self-paced learning or for user group presentations. You can find more detailed description of this... | https://learn.microsoft.com/en-us/sharepoint/dev/training/training |
439ebe446edd-0 | There are multiple ways to contribute to the SharePoint Developer Community (SharePoint PnP). Here are a few options:
Participate in discussions within the Microsoft Tech Community - SharePoint Developer group .
Participate in the SharePoint community calls and provide input in the discussion during the calls.
... | https://learn.microsoft.com/en-us/sharepoint/dev/community/contribute |
439ebe446edd-1 | We are working on cool guidance for SharePoint development; could we contribute that?
Absolutely. Guidance and articles are absolutely welcome where suitable. Let us know what you have and we can figure out the right model to get it published. There are some standards around how guidance is released, but we may be ab... | https://learn.microsoft.com/en-us/sharepoint/dev/community/contribute |
6752223dc5a5-0 | The SharePoint product team responds to the developer community across several channels.
Programming questions
GitHub sp-dev-docs : We regularly monitor questions submitted to the GitHub sp-dev-docs issue list . Follow the guidance on creating a good issue.
Stack Overflow : We listen and respond on Stack Over... | https://learn.microsoft.com/en-us/sharepoint/dev/support-feedback |
27619af4ef1d-0 | Find definitions for terms used in SharePoint developer documentation.
Glossary
Term
Definition
access control entry
An entry in either a securable object's discretionary access control list (DACL) or an object's system access control list (SACL). In a DACL, the entry grants or denies permissi... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-glossary |
27619af4ef1d-1 | activity flow
A running instance of a workflow that consists of a sequence of action instances and/or activity model instances. Action instances and activity model instances can be sequenced in any order to create a single activity flow.
activity model
A predefined sequence of actions.
after eve... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-glossary |
27619af4ef1d-2 | application directory
The directory on an index server or a query server where all files are stored for the purpose of creating a full-text index catalog or performing queries on a full-text index catalog.
application session
The period of time when an application is running. When an application starts,... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-glossary |
27619af4ef1d-3 | available site template
An XML-based collection of predefined or user-defined settings that are stored as a site definition configuration or a site template, and can be used when creating a site.
backward signing
A condition of a handwritten signature, in an image or .ink file, that specifies the direct... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-glossary |
27619af4ef1d-4 | chrome control
An HTML and JavaScript based control that renders the top chrome, which is available to use in apps for SharePoint.
Collaborative Application Markup Language
An XML-based language that is used to describe various elements, such as queries and views, in sites that are based on SharePoint p... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-glossary |
27619af4ef1d-5 | crawl log
A set of properties that provides information about the results of crawling a display URL. The information includes whether the crawl was successful, the content source to which the display URL belongs, and the level, message, time, and identifier for any errors that occur.
crawl queue
A data ... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-glossary |
27619af4ef1d-6 | deployment system object
An object that is created as part of a site or site collection. Examples of deployment system objects are root folders, catalogs, default pages, and galleries that are created during site or site collection creation. A deployment system object is not part of a template.
descendant c... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-glossary |
27619af4ef1d-7 | federated location
A source that returns a set of search results for a given search query. The source can be a search service in the local server farm or another server farm, or another search engine that is compliant with the OpenSearch protocol.
federated location definition
The configuration settings... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-glossary |
27619af4ef1d-8 | high-trust app
An app that uses the server-to-server (S2S) protocol, where the app is responsible for creating the user portion of the access token, and therefore is trusted to assert any user identity.
host web
A SharePoint site to which an add-in is installed.
item identifier
An integer th... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-glossary |
27619af4ef1d-9 | list server template
A value that identifies the template that is used for a list.
list template
An XML-based definition of list settings, including fields and views, and optionally list items. List templates are stored in .stp files in the content database.
list template identifier
A GUID t... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-glossary |
27619af4ef1d-10 | Microsoft Business Connectivity Services
A feature that enables users to interact with back-end (LOB) data from within the Office Suite and SharePoint.
moderated object
An object for which a moderator reviews and either approves or rejects additions or changes to that object. New objects and changes to ... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-glossary |
27619af4ef1d-11 | paged view
A view that supports one or more visual pages. A paged view is used to break up large sets of data into smaller sets for increased performance and manageability.
parent farm
A farm that crawls content from another farm and also responds to query requests from that farm.
parent list ... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-glossary |
27619af4ef1d-12 | published version
The version of a list item that is approved and can be seen by all users. The user interface (UI) version number for a published version is incremented to the next positive major version number and the minor version is zero.
publishing level
An integer that is assigned to a document to... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-glossary |
27619af4ef1d-13 | search database
A database that stores search-related information, including stored procedures and tables that are used for crawler data, document metadata, and administration information.
search query log
A record of information about user searches, such as search terms and time of access.
sear... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-glossary |
27619af4ef1d-14 | SharePoint Add-in
Formerly "app for SharePoint." A cloud-enabled add-in that integrates rich, scenario-focused content and services into a SharePoint environment.
SharePoint Search SQL syntax
The rules that govern the construction of an enterprise search SQL query.
single sign-on ticket
A tok... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-glossary |
27619af4ef1d-15 | site definition configuration
An XML-based definition of lists, features, modules, and other data, that collectively define a type of SharePoint site. Site definition configurations are stored in the ONET.xml file.
site definition version
A zero-based integer that indicates the version number of the sit... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-glossary |
27619af4ef1d-16 | static rank
The component of a rank that does not depend on the search query. It represents the perceived importance of an item and may be related to the origin of the item and relationships between the item and other items or business rules that are defined in the search application.
trusted authentication... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-glossary |
27619af4ef1d-17 | user search security filter
The user search security filter that specifies group and user permissions for a specific FAST Search user. FAST Search Authorization (FSA) filters out inappropriate search results by intersecting the user's query with the user's search security filter, and checking each document's access... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-glossary |
27619af4ef1d-18 | web part connection
An element in a web parts page that defines a provider-consumer data relationship between two web parts. When a web parts page is rendered, data provided by one web part can affect how and what is rendered by the other web part.
web part identifier
A GUID that identifies a web part. ... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-glossary |
27619af4ef1d-19 | workflow configuration file
An implementation-specific file that is a part of a workflow. The workflow configuration file contains information that is necessary to create a workflow template from the specified workflow markup and rules files, and to associate it to a specific list.
workflow history item
... | https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-glossary |
8c597b1ff523-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a row of data from the list. The fields and metadata properties of the list item that the row contains are represented by attributes of the Row element. Some fields, depending on their data type, may be... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/row-dsqueryresponse |
8c597b1ff523-1 | some_url_field.desc="String"
/>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute
Description
Attachments
Required. 1 if the list item has one or more attachments; otherwise, 0 .
ContentTypeId
Required. T... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/row-dsqueryresponse |
8c597b1ff523-2 | HTML_x0020_File_x0020_Type.File_x0020_Type.mapall
Optional. The value that is returned by a call of the MapToAll function during the XSLT transformation. For more information, see MapToAll Element (View) and SharePoint Data View web part Extension Functions in the ddwrt Namespace .
HTML_x0020_File_x0020_Ty... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/row-dsqueryresponse |
8c597b1ff523-3 | some_field
Optional. The currency, number, and lookup field types in SharePoint Foundation may have a low-level formatting even before any HTML formatting is applied. For example, a negative currency value is enclosed in parentheses. The attribute of each such field is immediately followed by another attribute that h... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/row-dsqueryresponse |
8c597b1ff523-4 | some_date_time_field .TimeOnly
Optional. The value of a DateTime field with only the time of day. Used only on blog-related lists.
some_date_time_field .ISO8601
Optional. The value of a DateTime field formatted in compliance with ISO8601. Used only on blog-related lists.
some_date_time_field .Mont... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/row-dsqueryresponse |
8c597b1ff523-5 | some_url_field .desc
Optional. If any attribute represents a URL field, there is another attribute that has the same name, to which ".desc" is appended. This provides a description of the URL.
This markup is used to render the field when the FreeForm flag of the ListViewWebPart.ViewFlags property is not... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/row-dsqueryresponse |
8c597b1ff523-6 | <img border="0" height="1" width="3" src="/_layouts/images/blank.gif"/><a href='javascript:;' onclick='IMNImageOnClick(event);return false;' class='ms-imnlink'>
<img name='imnmark' class='ms-imnImg' title='' border='0' height='12' width='12'
src='/_layouts/images/blank.gif'
alt='No presence inform... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/row-dsqueryresponse |
0525ec052109-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains a collection of Row elements that specify the data from the list.
<Rows>
<Row></Row>
<Row></Row>
...
</Rows>
Elements and attributes
The following sections describe attributes, child elements... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/rows-dsqueryresponse |
ee17a556f5f6-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Top-level element that contains the list data that is rendered by the XSLT list view rendering system .
<dsQueryResponse
ViewStyleID="Integer"
BaseViewID="Integer"
TemplateType="Integer"
RowLimit="Integer... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/dsqueryresponse |
b82290ae3806-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The dsQueryResponse XML is used by the XSLT list view rendering system of Microsoft SharePoint Foundation to represent the data of a list. The markup is not persisted. It is created when a list is rendered and pas... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/dsqueryresponse-schema |
662b41f5e690-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains the site template upgrade definition.
<WebTemplate
BeginFromSchemaVersion = "Integer"
EndFromSchemaVersion = "Integer"
FromProductVersion = "Integer"
ID = "Integer"
LocaleId = "Integer"
Remove... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/webtemplate-element-upgrade |
662b41f5e690-1 | LocaleId
Optional Integer . Specifies the locales to which the site upgrade definition applies. Set to * to imply that the definition applies to all site definition upgrades. Microsoft SharePoint Foundation implements only one upgrade definition per locale. If * is specified and a locale-specific upgrade defin... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/webtemplate-element-upgrade |
85da27c3030b-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains definitions for how existing lists should be upgraded on a list template by list template basis.
<Lists>
<List
FromTemplateId = "Integer"
ToFeatureId = "GUID"
v3Type = "Integer">
</List>
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/lists-element-upgrade |
0d54c4e8d07d-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies how an existing list should be upgraded.
<List
FromTemplateId = "Integer"
ToFeatureId = "GUID"
v3Type = "Integer">
</List>
Elements and attributes
The following sections describe attributes, c... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/list-element-upgrade |
e599f7ad21f1-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains descriptions of the relationships between existing provisioned files and their equivalents for upgrading to Microsoft SharePoint Foundation 2010.
<Files>
<File
FromPath = "String"
ToPath = "Stri... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/files-element-upgrade |
c03f75cd746c-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Describes the relationship between an existing provisioned file to its equivalent file for upgrading to Microsoft SharePoint Foundation 2010, specifying how setup paths of files in the previous version map (relate) ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/file-element-upgrade |
c03f75cd746c-1 | Minimum: 0
Maximum: Unbounded
Remarks
File upgrades can be applied to any sort of uncustomized file, usually .aspx pages, but also to entities such as document templates. In the upgrade definition, it is best to list all previously installed uncustomized (also known as "ghosted") files, including ones that were... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/file-element-upgrade |
d10adcdb22d2-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a Feature to be marked as "provisioned" for websites or site collections created in Microsoft SharePoint Foundation 2010.
<Feature
ID = "GUID"
Force = "true" | "false"/>
Elements and attributes
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/feature-element-upgrade |
1d94c3f4629b-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the top-level containing element for the upgrade definition.
<Config
xmlns = "urn:Microsoft.SharePoint.Upgrade">
<WebTemplate
BeginFromSchemaVersion = "Integer"
EndFromSchemaVersion = "Intege... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/config-element-upgrade |
d7f3a636bbdc-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Supplies a list of website Features to be marked as "provisioned" for websites created in Microsoft SharePoint Foundation 2010. For example, an announcements list template of the previous version must be mapped (rel... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/appliedwebfeatures-element-upgrade |
c4ef06eed842-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Supplies a list of site collection Features to be marked as "provisioned" for site collections created in Microsoft SharePoint Foundation 2010. For example, an announcements list template of the previous version mus... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/appliedsitefeatures-element-upgrade |
e01158f4c57f-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The following elements and attributes are implemented within a site upgrade definition file.
Config
WebTemplate
Lists
List
Files
File
AppliedSiteFeatures
Feature
AppliedWebFea... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/upgrade-definition-schema |
e01158f4c57f-1 | FromPath = "{LocaleId}\STS\Lists\announce\AllItems.aspx"
ToPath = "Features\AnnouncementsList\announce\AllItems.aspx" />
<File
FromPath = "{LocaleId}\STS\Lists\announce\DispForm.aspx"
ToPath = "Features\AnnouncementsList\announce\DispForm.aspx" />
<File
FromPath = "{LocaleId}... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/upgrade-definition-schema |
c199aac197c5-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the name and access level (public or internal) of the class (derived from DataContext ) that SPMetal generates.
For information about the default behavior of SPMetal when an optional element or attribut... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/web-spmetal |
c199aac197c5-1 | IncludeHiddenContentTypes
Includes hidden content types in code generation.
List
Includes a list for code generation, and modifies which content types in the list are included in code generation.
ExcludeList
Excludes a list from code generation.
ExcludeOtherLists
Excludes from co... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/web-spmetal |
c199aac197c5-2 | See also
SPMetal Default Code Generation Rules
Overriding SPMetal Defaults by Using a Parameters XML File | https://learn.microsoft.com/en-us/sharepoint/dev/schema/web-spmetal |
c95f54fc9f45-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies that a list should be included in code generation, and modifies which content types in the list are included in code generation.
<List Name="Calendar" Member="ScheduledEvents"> ... </List>
Elements an... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/list-spmetal |
c95f54fc9f45-1 | Example
The following is an example of a List element in use. If this is a hidden list, the presence of the element ensures that it is included in code generation. The example also contains a ContentType element that ensures that the content type class for the list content type is named "TeamMember" instead of th... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/list-spmetal |
c95f54fc9f45-2 | See also
SPMetal Default Code Generation Rules
Overriding SPMetal Defaults by Using a Parameters XML File | https://learn.microsoft.com/en-us/sharepoint/dev/schema/list-spmetal |
c2990f46c7d9-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies that code is generated for all hidden lists.
<IncludeHiddenLists />
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Ch... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/includehiddenlists-spmetal |
864a86a535cc-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies that SPMetal generates classes for hidden content types.
<IncludeHiddenContentTypes />
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attr... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/includehiddencontenttypes-spmetal |
aff3a8bd9111-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies that hidden columns are included in code generation.
<IncludeHiddenColumns />
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/includehiddencolumns-spmetal |
4b458041d3e5-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies that SPMetal generates code only for lists that are explicitly represented by List elements.
<ExcludeOtherLists />
Elements and attributes
The following sections describe attributes, child element... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/excludeotherlists-spmetal |
ed2871b9ae84-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies that classes are generated only for content types that are explicitly represented by ContentType elements.
<ExcludeOtherContentTypes />
Elements and attributes
The following sections describe attr... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/excludeothercontenttypes-spmetal |
7e5e088cb433-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies that SPMetal should generate code only for columns that are explicitly represented by Column elements.
<ExcludeOtherColumns />
Elements and attributes
The following sections describe attributes, c... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/excludeothercolumns-spmetal |
f81ecec6ca7f-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies that a list should be excluded from code generation.
<ExcludeList Name="Calendar" />
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attrib... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/excludelist-spmetal |
b1ed715bbb82-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies that no class is generated for a content type.
<ExcludeContentType Name="Announcements" />
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/excludecontenttype-spmetal |
b1ed715bbb82-1 | <Column Name="ContId" Member="ContactId" />
<Column Name="ContactName" Member="ContactName1" />
<Column Name="Category" Member="Cat" Type="String"/>
<ExcludeColumn Name="HomeTelephone" />
</ContentType>
<ExcludeContentType Name="Order"/>
<List Name="Team Members" Type="TeamMember">
<ContentType Na... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/excludecontenttype-spmetal |
b1ed715bbb82-2 | See also
SPMetal Default Code Generation Rules
Overriding SPMetal Defaults by Using a Parameters XML File | https://learn.microsoft.com/en-us/sharepoint/dev/schema/excludecontenttype-spmetal |
047c41d0b6ca-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies that a column is not included in SPMetal code generation.
<ExcludeColumn Name="HomeTelephone" />
Elements and attributes
The following sections describe attributes, child elements, and parent elemen... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/excludecolumn-spmetal |
06048af1d738-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies that a content type should be included in code generation and modifies which columns in the content type are included in code generation.
<ContentType Name="Contact" Class="Contact"> ... </ContentType>
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/contenttype-spmetal |
06048af1d738-1 | Element
Description
Web
Specifies the name and access level (public or internal) of the class (derived from DataContext ) that SPMetal generates.
List
Includes a list in code generation and modifies how code is generated for list-scoped content types.
Remarks
A ContentType ele... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/contenttype-spmetal |
06048af1d738-2 | </ContentType>
<ExcludeContentType Name="Order"/>
<List Name="Team Members">
<ContentType Name="Item" Class="TeamMember" />
</List>
</Web> | https://learn.microsoft.com/en-us/sharepoint/dev/schema/contenttype-spmetal |
06048af1d738-3 | See also
SPMetal Default Code Generation Rules
Overriding SPMetal Defaults by Using a Parameters XML File | https://learn.microsoft.com/en-us/sharepoint/dev/schema/contenttype-spmetal |
0b360e3be2e0-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies that a column (field) is included in code generation.
<Column Name="Category" Member="Cat" Type="String"/>
Elements and attributes
The following sections describe attributes, child elements, and par... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/column-spmetal |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.