id
stringlengths
14
16
text
stringlengths
2
3.14k
source
stringlengths
45
175
380ad9f6672a-6
<s:color name="Navigation" value="ffffff" /> Title White <s:color name="SiteTitle" value="FFFFFF" /> Footer background Black <s:color name="FooterBackground" value="000000" /> To customize .spfont, download a copy of an .spfont file and open it in a text editor. Notice that the .spfont fil...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/use-composed-looks-to-brand-sharepoint-sites
380ad9f6672a-7
Roboto <s:cs typeface="Roboto" /> Headings Trajan Pro <s:cs typeface="Trajan Pro" /> Body Open Sans <s:cs typeface="Open Sans" /> You might have to ensure that some custom fonts are available to users' browsers. For example, if the headings refer to a Trajan Pro font, which is uncommon on ...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/use-composed-looks-to-brand-sharepoint-sites
380ad9f6672a-8
In Theme URL , add the URL of the .spcolor file. In Image URL , include the URL of an image that you want to use as a background. This is not required if your design doesn't call for a background image. In Font Scheme URL , include the URL of the .spfont file. In Display Order , indicate the order in wh...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/use-composed-looks-to-brand-sharepoint-sites
380ad9f6672a-9
When a composed look is applied to a SharePoint site, SharePoint finds and replaces CSS comment tokens by embedding a value derived from the composed look in the next line in the CSS file after the token. This new value is applied to the SharePoint site. The following table lists the CSS comment tokens. Table 4. CS...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/use-composed-looks-to-brand-sharepoint-sites
82b55cbe83f9-0
You can customize the look and feel of a SharePoint site in two ways: By using the theming engine to create custom themes (composed looks in SharePoint and SharePoint Online). At a minimum, themes define colors. A complete theme defines colors, fonts, a background image, and the associated master page, and a .prev...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-site-branding-and-page-customization-solutions
82b55cbe83f9-1
Term or concept Definition More information Alternate CSS A CSS file other than the default that you can apply to the look and feel of your site. Use alternate CSS to apply custom CSS to a site and all of its subsites. CSS A language that tells a browser how to render an HTML or XML document's...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-site-branding-and-page-customization-solutions
82b55cbe83f9-2
Create custom actions to deploy with SharePoint Add-ins Device channels Render a single SharePoint publishing site in more than one way by using unique channels to target content rendering on specific devices. SharePoint Design Manager device channels Display templates Templates used by Search web par...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-site-branding-and-page-customization-solutions
82b55cbe83f9-3
Page content control A control on a publishing site where a web part can be added. Page layout A template for a SharePoint publishing site page that lets users lay out information on the page in a consistent way. Quick Launch Manages the navigation elements on the left side of the page of a collab...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-site-branding-and-page-customization-solutions
82b55cbe83f9-4
User Agent String Information that a browser passes to a website that identifies the software that makes the request from the server. SharePoint Design Manager branding and design capabilities User Custom Action A CSOM property that returns the collection of custom actions for a website, list, or site colle...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-site-branding-and-page-customization-solutions
82b55cbe83f9-5
Customize OneDrive for Business sites Customize branding for OneDrive for Business sites in Office 365 or by using the add-in model, depending on your organization's requirements. See also SharePoint Developer Community (SharePoint PnP) resources Office 365 Developer Patterns and Practices on GitHub S...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-site-branding-and-page-customization-solutions
3af2314a7425-0
This article explains how to manage metadata and customize site navigation and publishing site features in SharePoint Online by using the add-in model. It also covers ways to work with common web programming patterns and libraries to help customize SharePoint publishing site branding. Terms and concepts Table 1. Ke...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-1
Display template Used in web parts that use search technology, display templates control the rendering of the results of queries made to the search index.Display templates are available for all Search web parts.For more information, see Display template reference in SharePoint Server . Managed navigation Sit...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-2
Product catalog For information, see the following:- Cross-site publishing in SharePoint , Configure cross-site publishing in SharePoint Server Snippet A piece of HTML functionality that you can add to the HTML file generated by the Design Manager . For example, you might want to add a Device Channel panel...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-3
If you create a SharePoint-hosted add-in and add a client add-in part to the project, go to Central Administration > Add-ins > Manage Add-in Catalog and create an add-in catalog for the web application, publish the SharePoint-hosted add-in using Visual Studio to create the add-in package, and then upload the add-...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-4
There might be times when you want to remove the ability to use SharePoint Designer, but still permit the use of CSOM. The Use Remote Interfaces permission check box enables you to let anonymous users use CSOM without requiring them to have Use Remote Interfaces permissions. When the Use Remote Interfaces permission...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-5
Use the ViewFormPagesLockdown feature To prevent users from accessing forms pages (for example, Pages/Forms/AllItems.aspx) in a public-facing SharePoint site, use the ViewFormPagesLockdown feature. It is designed to prevent users from seeing Created By and Modified By information. This feature removes the permi...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-6
Use app-only policy You can use app-only policy with provider-hosted add-ins. App-only policy permits the add-in to perform actions that the current user is not authorized to perform. For example, a user with read-only permissions who is notable to write to a list can use an add-in with app-only permissions to write ...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-7
Managed metadata The managed metadata feature, first introduced in SharePoint 2010, enables you to define a custom hierarchy, or taxonomy, of metadata tags for use in SharePoint. If you want to create a custom site navigation, you can use the managed navigation feature, which is built on the managed metadata infrastr...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-8
The GroupCollection class , which represents a collection of Group objects, is only available in the .NET Server object model. Its equivalent in CSOM is the TermGroupCollection class class. CSOM includes the CustomPropertyMatchInformation and LabelMatchInformation classes that keep custom property and label da...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-9
Microsoft.SharePoint.Taxonomy.ChangedTermStore Microsoft.SharePoint.Client.Taxonomy.ChangedTermStore Not applicable. Microsoft.SharePoint.Client.Taxonomy.ChangeInformation Not applicable. Microsoft.SharePoint.Client.Taxonomy.CustomPropertyMatchInformation Microsoft.SharePoint.Taxonomy.FeatureIds...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-10
Microsoft.SharePoint.Client.Taxonomy.TaxonomyFieldValue Microsoft.SharePoint.Taxonomy.TaxonomyFieldValueCollection Microsoft.SharePoint.Client.Taxonomy.TaxonomyFieldValueCollection Microsoft.SharePoint.Taxonomy.TaxonomyItem Microsoft.SharePoint.Client.Taxonomy.TaxonomyItem Microsoft.SharePoint.Tax...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-11
Microsoft.SharePoint.Taxonomy.TermSetItem Microsoft.SharePoint.Client.Taxonomy.TermSetItem Microsoft.SharePoint.Taxonomy.TermStore Microsoft.SharePoint.Client.Taxonomy.TermStore Microsoft.SharePoint.Taxonomy.TermStoreCollection Microsoft.SharePoint.Client.Taxonomy.TermStoreCollection Microsoft.S...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-12
All page layout content types inherit from the Page content type. After you create a custom content type, SharePoint displays the columns that the new content type inherited from the Page content type. You can add new site columns to represent new custom fields that you want to display in your page layout. Specify a ty...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-13
Global navigation Local navigation Structured navigation Managed navigation Global navigation refers to navigation elements that help users move from one SharePoint site to another. Local navigation refers to navigation within a SharePoint site. Structured and managed navigation are a bit more involved....
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-14
NavigationTerm and NavigationTermSet classes have two modes: editable, and read-only. In the .NET Server object model, NavigationTerm objects are stored in the taxonomy navigation cache, which can only be accessed by functions in the TaxonomyNavigation static class. PortalSiteMapNodeProvider objects in the .N...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-15
Not applicable. Microsoft.SharePoint.Client.Publishing.Navigation.NavigationTermCollection Microsoft.SharePoint.Publishing.Navigation.NavigationTermSet Microsoft.SharePoint.Client.Publishing.Navigation.NavigationTermSet Microsoft.SharePoint.Publishing.Navigation.NavigationTermSetItem Microsoft.SharePo...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-16
Not applicable. Microsoft.SharePoint.Publishing.Navigation.SiteNavigationSettings Not applicable. Microsoft.SharePoint.Publishing.Navigation.SiteNavigationSettingsWriter Not applicable. Microsoft.SharePoint.Publishing.Navigation.SPNavigationSiteMapNode Not applicable. Not applicable. Mic...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-17
You can implement these features by using classes in the Publishing namespace of the CSOM programming model. Device channels and device channel panels You can use device channels and device channel panels to optimize your site for phones and tablets. By creating a unique channel for each device you want to target...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-18
Description Optional Describes what this channel does. Active Optional When checked, the channel uses the related assets for the channel to direct traffic.Otherwise, the query string ?DeviceChannel=<alias> previews the site in the channel. Device channel panels After you create device channels...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-19
User-agent strings and device channels A user-agent string is a small string of data that identifies the browser. This information can be sent to the server, which identifies the user agent. Device channels assign a request to a corresponding device channel based on the user-agent string (or substrings) of the device...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-20
Note CSOM does not include a public API for manipulating device channels and device channel panels. Display templates SharePoint publishing sites use display templates to control which managed properties are shown in the search results, and how they appear in the web part. Only Search web parts use display temp...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-21
The event receivers that convert and update master pages and page layouts from HTML to JavaScript also convert display templates from HTML to JavaScript. The conversion and synching is unidirectional; it does not convert from JavaScript back to HTML. Note CSOM does not include a public API for manipulating displa...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-22
Display template processing SharePoint defines display templates in HTML files and JavaScript. If in Design Manager you change an HTML file that contains a display template definition and save changes, SharePoint compiles changes into a JavaScript file that has the same name. SharePoint uses this JavaScript file to r...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-23
<mso:ManagedPropertyMapping msdt:dt="string">'Picture URL'{Picture URL}:'PublishingImage;PictureURL;PictureThumbnailURL','Link URL'{Link URL}:'Path','Line 1'{Line 1}:'Title','Line 2'{Line 2}:'Description','Line 3'{Line3}:'','SecondaryFileExtension','ContentTypeId'</mso:ManagedPropertyMapping> Next, open Site Settin...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-24
SharePoint and web programming techniques SharePoint designers and developers often want to use standard web programming techniques with SharePoint when they design publishing sites. You can use responsive design, adaptive design, or both device channels and responsive design together. Responsive design With devi...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-25
Device channels and responsive design together You can use device channels and responsive web design techniques together to build a responsive public-facing SharePoint publishing site. Consider creating a single custom master page for devices, such as phones and tablets, and another for web browsers, and associate ea...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-26
Finally, you can use the Content Editor web part to load jQuery from a content delivery network (CDN). This is useful if you need to add jQuery to one or a few pages, including wiki and web part pages. Because you're loading the jQuery file from a CDN, you don't need to store extra files on the SharePoint server, and u...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
3af2314a7425-27
The SharePoint context filter attribute performs additional processing to get standard information when redirected from SharePoint to your remote web application, such as Host Web URL. It also determines whether the add-in needs to be redirected to SharePoint for the user to sign in (for example, bookmarks). You can ap...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-metadata-site-navigation-and-publishing-site-features
db13289201bc-0
This article provides information about the development and design options that are available in SharePoint. You can also find information about how to use the remote provisioning pattern to apply branding assets to a SharePoint site. Note The code in this article is provided as-is, without warranty of any kind, ...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-development-and-design-tools-and-practices
db13289201bc-1
Sandboxed solutions SharePoint Designer An HTML designer and design asset management tool for managing branding elements in SharePoint. SharePoint Designer mainly supports custom workflows. - What's new with SharePoint site development .wsp file A SharePoint solution file. A .wsp is a .cab file that ...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-development-and-design-tools-and-practices
db13289201bc-2
Integration/testing tenant . Use this site to make sure that new apps and functionality work across more than one site collection and against the services and data in the production environment. Configure the environment to include capabilities that are in preview. (To do this, in your tenant admin console, choose Ser...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-development-and-design-tools-and-practices
db13289201bc-3
Site assets library Style library Master Page gallery If you applied composed looks to a site before you applied custom branding, the design package will include files with .themedcss and .themedpng file extensions. To apply the branding assets in a design package to a SharePoint site, export the design package...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-development-and-design-tools-and-practices
db13289201bc-4
break; case RedirectionStatus.CanNotRedirect: Response.Write("An error occurred while processing your request."); Response.End(); break; } }
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-development-and-design-tools-and-practices
db13289201bc-5
protected void Page_Load(object sender, EventArgs e) { // Use TokenHelper to get the client context and Title property. // To access other properties, the add-in might need to request permissions // on the host web. var spContext = SharePointContextProvider.Curren...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-development-and-design-tools-and-practices
db13289201bc-6
Console.WriteLine("Applying design package"); DesignPackage.Apply(clientContext, clientContext.Site, info); clientContext.ExecuteQuery(); } } } public bool IsSiteFeatureActivated( ClientContext context, Guid guid) { ...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-development-and-design-tools-and-practices
db13289201bc-7
foreach (var f in features) { if (f.DefinitionId.Equals(guid)) return true; } return false; } } } Using FileCreationInformation to upload branding assets and a master page to a team site You can use SharePoint CSOM functionalit...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-development-and-design-tools-and-practices
db13289201bc-8
Site site, bool includeSearchConfiguration ) When you use the ExportSmallBusiness method, you can include the search configuration in the design package, as shown in the following example. Note that all design package methods operate at the level of the site collection. The name of the design package is rep...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-development-and-design-tools-and-practices
3ffad76496a4-0
This article provides an overview of the SharePoint page model, including the page types, the default page files that are available in SharePoint and SharePoint Online, and information about how pages are processed. A rendered SharePoint page is a combination of three page types: Master page – controls the layou...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-pages-and-the-page-model
3ffad76496a4-1
Minimal Download Strategy (MDS) A strategy that reduces the amount of data that the browser must download when users navigate from one SharePoint page to another. Site settings When MDS is active, SharePoint passes all page requests through /_layouts/15/start.aspx and checks for visual differences between new ...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-pages-and-the-page-model
3ffad76496a4-2
- PublishingWeb class - What's new with SharePoint site development Seattle.master A default master page in SharePoint. SharePoint file system Master Page Gallery Team site A site designed for users to collaborate on documents, wikis, ideas, processes, and so on. Text layout Defines th...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-pages-and-the-page-model
3ffad76496a4-3
Provisioning.Pages sample app SharePoint master pages A master page is an ASP.NET file with a .master extension. It includes a <%@ Master directive, and defines the top-level HTML elements such as HTML , Head , and Form . It first lists controls and assemblies, and then declares a Document Type Definit...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-pages-and-the-page-model
3ffad76496a4-4
A master page available in SharePoint Online. Berlin.master A master page available in SharePoint Online. Lyon.master A master page available in SharePoint Online. Mysite15.master OneDrive for Business sites (previously: My Site, personal sites, or OneDrive Pro sites). Each default Share...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-pages-and-the-page-model
3ffad76496a4-5
You can use CSOM code to set master page properties, mainly by writing code against the Web object. Change the system master page by using its MasterUrl property, and change the site master page by using the object's CustomMasterUrl property. Content placeholders often include dynamic tokens, which are importan...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-pages-and-the-page-model
3ffad76496a4-6
Note The dynamic tokens in content placeholders correspond to server-side API properties and methods. When using remote provisioning, write code in CSOM or REST.To learn more about dynamic tokens and SharePoint URLs, see URLs and tokens in SharePoint . SharePoint Add-ins use some tokens that apply to site URLs. ...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-pages-and-the-page-model
3ffad76496a4-7
You can use the remote provisioning pattern to create a wiki page. The WikiPageCreationInformation class provides methods that you can use to create the wiki page, while the WikiHtmlContent property gets and sets HTML content on the page. The Utility class includes a CreateWikiPageInContextWeb method, which Sha...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-pages-and-the-page-model
3ffad76496a4-8
Introduction to Content Types Columns Custom Information in Content Types Important Currently, you can use the remote provisioning pattern to apply out-of-the-box page layouts to a SharePoint site. Although you can provision custom content types on a site by using CSOM code via custom add-ins for SharePoint...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-pages-and-the-page-model
3ffad76496a4-9
When a SharePoint user loads a wiki page (either by using the Enterprise wiki template on a team site or a publishing site), SharePoint gets it by parsing the path to its template, page content, and context. It also sets the text layout control associated with the wiki page, and populates the enterprise wiki page and i...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-pages-and-the-page-model
3ffad76496a4-10
Creating a custom master page based on seattle.master You can use remote provisioning to provision site branding elements such as themes to a site, and you can use CSS or JavaScript to show or hide elements or page controls. Customizing a master page provides an additional level of control over the page structure. Wh...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-pages-and-the-page-model
77b877325cae-0
The introduction of the Cloud Add-in Model and SharePoint Add-ins provides alternatives to existing, established ways of branding and provisioning SharePoint sites. Up to now, you might have used the SharePoint feature framework, site templates, web templates, and site definitions to provision your sites and site col...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/branding-and-site-provisioning-solutions-for-sharepoint
77b877325cae-1
Workflows specific to publishing sites that specify who approves the publication of a page and when. - Work with a publishing approval workflow - Get started with workflows in SharePoint 2013 ClientContext A central object that serves as a "center of gravity" for all SharePoint CSOM and JSOM operations. T...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/branding-and-site-provisioning-solutions-for-sharepoint
77b877325cae-2
A personal library for storing and organizing work documents that are shareable within your organization. - OneDrive for Business is different from OneDrive - OneDrive for Business is different from your team site Remote provisioning A model that provisions sites by using templates and code that runs outsid...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/branding-and-site-provisioning-solutions-for-sharepoint
77b877325cae-3
Subsite A single SharePoint site in a SharePoint site collection. A subsite can inherit navigation and permissions from a parent site, or it can have unique permissions and navigation. You can create subsites that are based on the root site collection, or sites based on other site collections. You can choose to inher...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/branding-and-site-provisioning-solutions-for-sharepoint
77b877325cae-4
Apps, lists, and document libraries Containers of content and data that are organized into specific structures. The Master Page Gallery is a special document library in SharePoint 2010 publishing sites where all branding elements (master pages, page layouts, JavaScript files, CSS, and images) are stored by default. E...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/branding-and-site-provisioning-solutions-for-sharepoint
77b877325cae-5
Content databases Content databases store SharePoint content objects, such as site collections. A content database is automatically installed for every site collection when you deploy SharePoint Server 2013 or SharePoint Server 2016. All the content for a site collection is stored in one content database on one serve...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/branding-and-site-provisioning-solutions-for-sharepoint
77b877325cae-6
customized An attribute associated with a file that indicates that it has been modified. After a file becomes customized, it becomes more difficult to apply broad updates. Be careful about what you customize. As a general rule, it's better to use the default SharePoint files and functionality than to customize syst...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/branding-and-site-provisioning-solutions-for-sharepoint
77b877325cae-7
What can I do with the Cloud Add-in Model? Sometimes there's no correlation between features in full trust code and the Cloud Add-in Model. When developing a customization based on SharePoint Add-ins and the Cloud Add-in Model, consider an alternative approach rather than a direct conversion, and strive to keep custo...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/branding-and-site-provisioning-solutions-for-sharepoint
77b877325cae-8
Why did we introduce SharePoint App pattern? In the simplest implementation of the remote provisioning pattern, provisioning requirements are stored in a SQL Server or Azure SQL Database or XML file; a SharePoint Add-in then reads requirements from the data source, reads branding elements from their source location...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/branding-and-site-provisioning-solutions-for-sharepoint
77b877325cae-9
SharePoint 2013: Use a SharePoint Add-in to configure CSS SharePoint 2013: Use a SharePoint Add-in to apply a theme to a SharePoint site SharePoint 2013: Brand a SharePoint OneDrive for Business site SharePoint 2013: Provision custom CSS to a site with remote provisioning SharePoint 2013: Use a SharePoint Add-in to pro...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/branding-and-site-provisioning-solutions-for-sharepoint
77b877325cae-10
The degree of control that specific users have to define and request provisioning requirements. Should users be able to specify custom provisioning options by using a form? Are changes applied to the site automatically, only after people with decision-making power approve the changes, or are they managed by a governanc...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/branding-and-site-provisioning-solutions-for-sharepoint
77b877325cae-11
Sample Description Related article Branding.Theme Shows how to apply a theme (CSOM). SharePoint site branding and page customization solutions OD4B.Configuration.Async Shows how to use the remote provisioning model to provision a wiki page and add remote web parts and HTML from the wiki page. ...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/branding-and-site-provisioning-solutions-for-sharepoint
77b877325cae-12
SharePoint site provisioning solutions SharePoint branding workflow Branding a SharePoint website is a lot like branding other websites. You use web technologies that you're familiar with, such as HTML, CSS, and JavaScript to build the structure, look and feel, and custom behavior of your sites. SharePoint is...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/branding-and-site-provisioning-solutions-for-sharepoint
77b877325cae-13
Branding cost and complexity Branding changes range from low-cost and simple to high-cost and complex. Through the UI, users can apply composed looks, which include a background image, color palette, fonts, and a master page associated with these elements, and a preview file associated with the master page. You can u...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/branding-and-site-provisioning-solutions-for-sharepoint
77b877325cae-14
For more information, see Select an Office 365 plan for business and Model: Design and branding in SharePoint 2013 . When should I customize? Most functionality that you need to meet your business needs is available out-of-the-box in SharePoint. Therefore, before creating a customization, determine whether there...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/branding-and-site-provisioning-solutions-for-sharepoint
77b877325cae-15
Create and manage notifications Event receivers and feature receivers Remote event receivers and add-in event receivers Event receivers and feature receivers require server-side code and can't notify external systems of events. Remote event receivers use client-side code, can be used in SharePoint solutions or Sh...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/branding-and-site-provisioning-solutions-for-sharepoint
77b877325cae-16
Use external data External content types App-scoped external content types SharePoint site administrators or SharePoint Designer users must create and/or install external content types, which can be installed only at the farm level. App-scoped external content types apply only to the SharePoint Add-in for which t...
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/branding-and-site-provisioning-solutions-for-sharepoint
58861978a785-0
Important Modernization tooling and all other PnP components are open-source tools backed by an active community providing support for them. There is no SLA for open-source tool support from official Microsoft support channels. SharePoint started supporting classic blogging via a blog site template as of SharePoi...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-blogs
58861978a785-1
Step 2: Prepare a target communication site to receive the modernized blog pages Classic and Delve blog posts live in a list in either a classic blog site or a Delve blog, when you modernize these blog posts they'll be modern pages living in a modern site which typically is a communication site. So before you can sta...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-blogs
58861978a785-2
# Create a new communication site based upon an English template New-PnPSite -Type CommunicationSite -SiteDesign Topic -Url https://contoso.sharepoint.com/sites/modernblog -Title "Blog site" -Lcid 1033 Note PnP PowerShell is an open-source solution with active community providing support for it. There is no SLA...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-blogs
58861978a785-3
# Add the field to the SitePages library Add-PnPField -List "SitePages" -DisplayName "PostCategory" -InternalName "PostCategory" -Type MultiChoice -AddToDefaultView -Choices "Events","Ideas","Opinions" Step 3a: Transform the classic blog pages into modern pages Note See step 3b if you're modernizing Delve blog...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-blogs
58861978a785-4
# Convert the blog post with title 'Financial results Q1 2019' ConvertTo-PnPPage -BlogPage -Identity "Financial results Q1 2019" -Overwrite -TargetWebUrl https://contoso.sharepoint.com/sites/modernblog -LogType File -LogVerbose -LogFolder "c:\temp" -KeepPageCreationModificationInformation -PostAsNews -SetAuthorInPageHe...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-blogs
58861978a785-5
.Notes Useful references: - https://aka.ms/sppnp-pagetransformation #> [CmdletBinding()] param ( [Parameter(Mandatory = $true, HelpMessage = "Classic blog site url")] [string]$SourceUrl, [Parameter(Mandatory = $true, HelpMessage = "Target modern communication site url")] [string]$Tar...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-blogs
58861978a785-6
} # Write the logs to the folder Save-PnPPageConversionLog Write-Host "Blog site modernization complete! :)" -ForegroundColor Green } Step 3b: Transform Delve blog pages into modern pages Final step in the Delve blog modernization process is transforming the Delve blog posts into modern pages. This can...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-blogs
58861978a785-7
# Convert the Delve blog post with title 'Financial results Q1 2019' ConvertTo-PnPPage -DelveBlogPage -Identity "Financial results Q1 2019" -Overwrite -TargetWebUrl https://contoso.sharepoint.com/sites/modernblog -LogType File -LogVerbose -LogFolder "c:\temp" -KeepPageCreationModificationInformation -PostAsNews -SetAut...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-blogs
5b915f915f18-0
To help you with the modernization of your classic publishing portals, you can use the SharePoint Modernization Scanner to analyze your environment. Use this article to understand how you can use the scanner output to help with the modernization of your publishing portals. The scanner, as of version 1.6, will generat...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-publishing-portal-scanner
5b915f915f18-1
All the portals in this category also use structural navigation, recommended way forward here is to ensure the needed global navigation elements appear in the hub site navigation and the current navigation entries are defined in the respective communication sites (the ones replacing the sub sites). See Planning Navi...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-publishing-portal-scanner
5b915f915f18-2
Modernize portals with a "Medium" complexity Site structure and navigation Publishing portals in this category do only have up to three levels of sub sites. Given that the current hub site model allows for only one level you can't fully rely on the hub site model to replace the current portal structure. If you mode...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-publishing-portal-scanner
5b915f915f18-3
Multi-lingual features Portals are only in the Medium complexity category if they're not using multi-lingual aspects like variations or having webs in multiple languages inside the same site collection. See also Modernize your classic SharePoint sites Planning Navigation for the modern SharePoint experience...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-publishing-portal-scanner
6dcf24004358-0
Important Modernization tooling and all other PnP components are open-source tools backed by an active community providing support for them. There is no SLA for open-source tool support from official Microsoft support channels. A classic publishing portal uses publishing functionalities like page layouts, custom ...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-publishing-portal
6dcf24004358-1
Branding and Customizations Classic portals often used a heavily customized user interface and lot's of customizations. For modern portals there's less need for this, but if you need customizations you'll have to recreate the needed customizations using techniques that allow them to work on modern portal pages. See t...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-publishing-portal
6dcf24004358-2
As preparation for designing your new information architecture it's useful to understand which publishing features are used and for that you can use the SharePoint Modernization scanner . Using this scanner you can scan your complete tenant or a subset of site collections for their readiness in three categories: "Micr...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-publishing-portal
a654197bf425-0
In SharePoint Online you can configure a site's external sharing to be set to one of the below configurations: Anyone : Users can share files and folders with links that don't require sign-in New and existing external users : External users must sign in or provide a verification code Existing external users : O...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-connect-to-office365-group-externalsharing
49e676989ac9-0
As part of the connection to a Microsoft 365 group the site's permissions will also be connected to the Microsoft 365 group's permissions. This process will not take away any granted permission on the SharePoint site , but will allow the Microsoft 365 group owners and members to have access to the connected SharePoint...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-connect-to-office365-group-permissions
49e676989ac9-1
Technical implementation Each Microsoft 365 group has an unique id represented as a guid (e.g e79452da-a8cf-47c5-afbf-83c8704867c2). This guid corresponds with the object Id of the Microsoft 365 Group in Azure Active Directory and is used to construct 2 claims: e79452da-a8cf-47c5-afbf-83c8704867c2_o: this claim r...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-connect-to-office365-group-permissions
42d16059333a-0
When a site is being Microsoft 365 group connected then this happens at site collection level: there will be exactly one Microsoft 365 group, which is connected to the SharePoint site collection. You might ask yourself the question: can I connect a group for each sub site in my site collection...and the answer is no, t...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-connect-to-office365-group-subsites
42d16059333a-1
Although there's only one plan created per default you do have the option to create additional plans, like a plan per sub site. These plans can then be used by configuring a Planner webpart on a page in your sub site. Teams Microsoft 365 group connecting will not automatically create a Team for you, you'll need...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-connect-to-office365-group-subsites
1193cfd1f59b-0
To help you understand which sites are ready to be group-connected, you can use the SharePoint Modernization Scanner to analyze your environment. Use this article to understand how you can use the scanner output to prepare your sites for being connected to a Microsoft 365 group. The scanner, as of version 1.5, will g...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-connect-to-office365-group-scanner
1193cfd1f59b-1
At this point you have a list of all sites which can be connected to a Microsoft 365 group, but you still might want to filter out some sites based upon the web template and possible warnings found. Let's start with the web template: the key site to connect to a Microsoft 365 group is the "classic" team site, so let's ...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-connect-to-office365-group-scanner
1193cfd1f59b-2
ADGroupWillNotBeExpanded : When you group-connect via the user interface, you have an option to define the Microsoft 365 group's owners and members; when you bulk group-connect, the sample script explained later does the same. However, because a Microsoft 365 group can only contain persons as Owners or Members, this me...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-connect-to-office365-group-scanner
1193cfd1f59b-3
ModernPageFeatureDisabled : Because the site gets a modern home page after group-connection creation, it's important that the modern homepage feature is enabled. Use the remediation steps outlined in Transform classic pages to modern pages to fix this. ModernListsBlockedAtSiteLevel or ModernListsBlockedAtWebLevel...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-connect-to-office365-group-scanner
1193cfd1f59b-4
Understand which sites are not ready for Microsoft 365 group connection Apply the following filter and confirm the "Sites ready for Microsoft 365 group connection" shows only FALSE: Filter Validation At this point you have a list of all sites which are not ready to be connected to a Mi...
https://learn.microsoft.com/en-us/sharepoint/dev/transform/modernize-connect-to-office365-group-scanner