Which method should you override in the Web control?
You need to create a Web control that displays HTML content during the last stage of the page processing lifecycle.
Which method should you override in the Web control?
What should you do?
You have a custom Web Part.
You need to create a custom user interface for modifying the Web Part properties.
What should you do?
Which property should you use?
You have a Microsoft Office SharePoint Server 2007 site.
You upgrade the site to SharePoint Server 2010.
You need to create a Feature that prevents site collection administrators from upgrading the user interface of the site to SharePoint Server 2010.
Which property should you use?
What should you add to the master page?
You develop a custom master page.
You need to ensure that all pages that use the master page contain a specific image.
Page developers must be able to change the image on individual pages. The master page must be compatible with the default content page.
What should you add to the master page?
What should you do?
You have a SharePoint site collection. The default master page for the site collection displays a navigation bar on the left side of the page.
You create a custom content page.
You need to hide the navigation bar on only the custom content page.
What should you do?
Which property tag should you add at line 07?
You develop a new publishing page layout named MyPage.aspx for a SharePoint site.
You create an Elements.xml file.
Elements.xml contains the following code segment. (Line numbers are included for reference only.)
01 <File Url=”mypage.aspx” Type=”GhostableInLibrary” IgnoreIfAlreadyExists=”TRUE”>
02 <Property Name=”Title” Value=”MyPage” />
03 <Property Name=”ContentType” Value=”$Resources:cmscore,contenttype_pagelayout_name;” />
04 <Property Name=”PublishingAssociatedContentType” Value=”; 05 #$Resources:cmscore,contenttype_page_name;;
06 #0x01010007FF3E057FA8AB4AA42FCB67B453FFC100E214EEE741181F4E9F7ACC43278EE811;#”/>
07
08 </File>
You need to prevent users from creating pages based on the page layout.
Which property tag should you add at line 07?
What should you do?
You have a custom master page named MyApplication.master.
You need to apply MyApplication.master to only a custom application page in a SharePoint site. You must achieve the goal by using the minimum amount of effort.
What should you do?
What should you do?
You have a SharePoint site. The current master page of the site is v4.master.
You create a custom master page named MyMasterPage.master.
You deploy the master page to /_catalogs/masterpage/.
You need to apply the custom master page to only the content pages of the site.
What should you do?
Which element should you use in the Feature?
You create a Feature.
You need to remove the link to the Site Content Type page from the Site Settings page by using the Feature.
Which element should you use in the Feature?
Which file should you modify?
You create a custom site definition.
You need to modify the contents of the Quick Launch area.
Which file should you modify?