InterviewSolution
Saved Bookmarks
| 1. |
Explain The Role Of Runwithelevatedprivileges? |
|
Answer» RunWithElevatedPrivileges executes code as the SYSTEM account. This basically then means that the code that you supply as a delegate to the method, has FULL PERMISSIONS to modify SharePoint objects in QUESTION. RunWithElevatedPrivileges executes code as the System account. This basically then means that the code that you supply as a delegate to the method, has full permissions to modify SharePoint objects in question. |
|