You have a SharePoint site that contains 10 lists. You need to prevent a list named List1 from appearing on the Quick Launch navigation bar. What should you configure? A. the Hidden property of List1 B. the Navigation.QuickLaunch.Parent.IsVisible property of…

You have one Web application that contains several SharePoint site collections. You need to create a Feature that adds a custom button to the Documents tab on the Ribbon of one site collection only. What should you do? A. Create…

You are creating an application page that will open a dialog box. The dialog box uses a custom master page. You write the following code segment. (Line numbers are included for reference only.) You need to ensure that the code…

You are developing an application page. You need to create a pop-up window that uses the ECMAScript object model. Which namespace should you use? A. SP.UI.Menu B. SP.UI.ModalDialog C. SP.UI.Notify D. SP.UI.PopoutMenu

You create a modal dialog that displays a list of items. You need to capture the items selected by a user. Which code segment should you use? A. SPItem item = SPContext.Current.Item; B. var items = SP.ListOperation.Current.Item(); C. var items…

You need to add a modal dialog box to a SharePoint application. What should you use? A. the Core.js JavaScript B. the Microsoft.SharePoint assembly C. the Microsoft.SharePoint.Client assembly D. the SP.js JavaScript

You need to disable the CriticalExceptionCount measure for all user solutions. You write the following code segment. (Line numbers are included for reference only.) Which code segment should you add at line 04? A. measure.AbsoluteLimit = 0; B. measure.AbsoluteLimit =…