- SharePoint Development with the SharePoint Framework
- Jussi Roine Olli J??skel?inen
- 159字
- 2021-07-08 10:13:55
Site templates
Site templates could then be used to provision new sites, with modified templates. Site templates were database-only copies of Site Definitions, and they could include content such as SharePoint document libraries, lists, and even files within document libraries. The challenge with Site templates was (and still is) that they are only supported in non-publishing sites, meaning sites that do not use SharePoint Publishing Features capabilities. This would include site templates (not Site Templates, note the capitalization difference here) such as Developer Site, Team Site, and Blank Site. A Site Template would, upon creation, save itself, and a reference to the original site definition it was based on, and create a .STP file within the SharePoint content database. As you might guess, this proved to be problematic as well, since content in the database was strictly only accessible through a set of (then) very-limited APIs or through the user interface of SharePoint. For developers, this was not adequate.
- Mastering OpenCV 4
- 你必須知道的204個Visual C++開發(fā)問題
- Podman實戰(zhàn)
- Java項目實戰(zhàn)精編
- 單片機應(yīng)用與調(diào)試項目教程(C語言版)
- 區(qū)塊鏈底層設(shè)計Java實戰(zhàn)
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- AIRIOT物聯(lián)網(wǎng)平臺開發(fā)框架應(yīng)用與實戰(zhàn)
- C++寶典
- C# Multithreaded and Parallel Programming
- PHP項目開發(fā)全程實錄(第4版)
- Python物理建模初學(xué)者指南(第2版)
- XML程序設(shè)計(第二版)
- 像程序員一樣使用MySQL
- ASP.NET 4權(quán)威指南