DEV Community
•
2026-08-10 02:21
Sharepoint daochu test
(async () => {
// ---- config ----
const INCLUDE_TEMPLATES = [100]; // add 101 for libraries (metadata only)
const SKIP_HIDDEN_LISTS = true;
const PAGE_SIZE = 2000; // items per request
const SKIP_LIST_TITLES = new Set([ // system lists to never export
"User Information List", "Form Templates", "Site Assets", "Site Pages",
"Style Library", "...