Microsoft
70-573 · Question #30
70-573 Question #30: Real Exam Question with Answer & Explanation
Sign in or unlock 70-573 to reveal the answer and full explanation for question #30. The question stem and answer options stay visible for context.
Question
You create a Web Part that programmatically updates the description of the current SharePoint site. The Web Part contains the following code segment. (Line numbers are included for reference only.) 01 SPSecurity.RunUithElevatedPrivileges (delegate() 02 { 03 SPSite currSite = SPConcext.Current.Site ; 04 SPUeb currUeb = SPContext.Current.Ueb ; 05 using (SPSite eSite = new SPSite ( currSite.ID ) ) 06 { 07 using (SPWeb eWeb = eSite.OpenUeb ( currUeb.ID ) ) 08 { 09 Web.AllowUnsafeUpdates = true; 10 currUeb.Description = "Test"; 11 currUeb.Update (); 12 eUeb.AllowUnsafeUpdates = false; 13 } 14 } 15 } 16 }; Users report that they receive an Access Denied error message when they use the Web Part. You need to ensure that all users can use the Web Part to update the description of the current site. What should you do?
Options
- ARemove lines 10 and 11.
- BRemove lines 09 and 12.
- CChange lines 09 and 12 to use the currWeb variable.
- DChange lines 10 and 11 to use the eWeb variable.
Unlock 70-573 to see the answer
You've previewed enough free 70-573 questions. Unlock 70-573 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.