Get list of all users in a site collection and get all the web parts in a page
We can get the list of all users and web parts in a page by entering the URL of the site with addition of text. We can get all the users by appending “_layouts/people.aspx?membershipGroupId=0” text. We can get all the users in a Site collection. We can have settings for the list of the users.
We can get the list of all web parts in a page by appending “?contents=1” text to Url of the site. It will navigate to SharePoint web parts maintenance page. We can have option to close the web parts, reset and delete the web parts from the page
We can get the list of all web parts in a page by appending “?contents=1” text to Url of the site. It will navigate to SharePoint web parts maintenance page. We can have option to close the web parts, reset and delete the web parts from the page
Comments
Post a Comment