Using SPList I want to get all the webpart urls that associated with the list.
Is it possible?
Using SPList I want to get all the webpart urls that associated with the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The only way this would be possible is to loop through all pages in all SPWeb’s, then get each page’s webpartmanager reference, then loop through all webparts and check the properties of the webpart.