PrepAway - Latest Free Exam Questions & Answers

Which code segment should you add at line 05?

You create a Web Part. You need to display the number of visits to a SharePoint site collection in
a label named LblVisits. You write the following code segment. (Line numbers are included for
reference only.) 01 SPSecurity.RunWithElevatedPrivileges(delegate() 02 { 03 try 04 { 05 06
LblVisits.Text = site.Usage.Visits.ToString(); 07 } 08 finally 09 { 10 11 } 12 }); Which code segment
should you add at line 05?

PrepAway - Latest Free Exam Questions & Answers

A.
SPSite site = SPContext.Current.Site;

B.
SPSite site = SPContext.GetContext(HttpContext.Current).Site;

C.
SPSite site = SPControl.GetContextSite(HttpContext.Current);

D.
SPSite site = new SPSite(SPContext.Current.Site.ID);

Explanation:


Leave a Reply