- SharePoint Development with the SharePoint Framework
- Jussi Roine Olli J??skel?inen
- 418字
- 2021-07-08 10:13:52
SharePoint document libraries
SharePoint sites store information, which requires different types of containers. One type of container is a document library. A document library can be used to store files, including Office documents, text files, media files, and similar content. Most SharePoint sites have, by default, one or more document libraries provisioned and you are free to create more as needed.
Document libraries can either have a modern user experience or a classic user experience. This is due to the changes Microsoft is rolling out over several months (or sometimes even years), which in turn allows for customers to decide when to deploy new and drastic changes, such as a new user experience for something as central as a document library.
The modern user experience is fully responsive and has a fresh look. All essential tooling is available in a simple toolbar and the ribbon interface from the Office 2007/2010 era is gone:

The classic experience is still very much in use; it is supported and, in certain scenarios, works better. This holds especially true for situations where users have used SharePoint Online for several years and are very accustomed to the classic experience:

Both views relay almost identical information, but the classic experience also exposes the ribbon UI, which in turns hides (or shows, depending on context) a lot of additional tooling:

One of the challenges for developers with the ribbon UI has always been the cumbersome approach to modifying, hiding, or adding custom buttons in the ribbon. While it's possible, it's certainly not a task customers would request initially. Users are familiar with the default buttons, and changing or disabling essential buttons for something else will most certainly confuse users.
Each document in a document library holds metadata. Metadata is a larger topic, and not in the scope of this book, suffice to say that metadata in SharePoint Online document libraries is used to reveal and store information about files, and data in general. Metadata can be used to search files and different views on data can be shown, based on metadata filtering, sorting, and selections.
The classic view for modifying metadata is very bare bones but also easy to use:

The modern view for modifying metadata is more modern, but might involve a little learning curve for users accustomed to the classic view:

Notice how metadata in the modern view is shown upon selection of a file, while in the classic view the view is completely different and the context of other files is hidden.
- C# 7 and .NET Core Cookbook
- jQuery Mobile Web Development Essentials(Third Edition)
- 前端跨界開發(fā)指南:JavaScript工具庫原理解析與實戰(zhàn)
- R語言數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南
- Web Development with Django Cookbook
- 網(wǎng)頁設(shè)計與制作教程(HTML+CSS+JavaScript)(第2版)
- Production Ready OpenStack:Recipes for Successful Environments
- The React Workshop
- Practical Windows Forensics
- 區(qū)塊鏈技術(shù)與應(yīng)用
- Django 5企業(yè)級Web應(yīng)用開發(fā)實戰(zhàn)(視頻教學(xué)版)
- App Inventor少兒趣味編程動手做
- OpenCV 3計算機(jī)視覺:Python語言實現(xiàn)(原書第2版)
- LabVIEW入門與實戰(zhàn)開發(fā)100例(第4版)
- Java 11 and 12:New Features