Which XML fragment should you use?
You create a site definition named HR Team Site and a list definition named HR Roles.
The HR Team Site definition is configured in the following manner.
< Configuration ID=”13″ Title=”HR Team Site” Type=”0″/ >
The HR Roles list definition is configured in the following manner.
< ListTemplate Path=”STS” Name=” hrteam “
DisplayName =”HR Roles” Type=”112″ BaseType =”1″ / >
You need to ensure that the HR Team Site definition is configured to use the HR Roles list definition.
Which XML fragment should you use?
What should you do?
You are creating a Microsoft Windows SharePoint Services application.
Your organization plans to create a custom version of the site definition of the Team site and make the custom version available to all site owners.
You need to ensure that the customizations are retained when the Windows SharePoint Services updates are applied.
What should you do?
What should you do?
You create a feature on a Microsoft Windows SharePoint Services site. The feature references a resource file. The resource file is localized for five locales that are currently supported by your company.
You need to ensure that users can activate the feature only when the resource file is available.
What should you do?
Which XML fragment should you use?
You create a document template named myTemplate.dot. You copy the document template to a new directory named doctemp. You copy the doctemp directory into a new site definition named MyDef.
You need to ensure that the document template is correctly connected to a document library.
Which XML fragment should you use?
What should you do?
You are creating a Microsoft Windows SharePoint Services site.
You create a custom site definition that has two configuration elements.
You need to ensure that the Web sites that are based on the site definition can only be used for top-level sites.
What should you do?
Which file should you modify?
You create a Microsoft Windows SharePoint Services list definition.
You need to add a new view to the list definition.
Which file should you modify?
What should you do?
You create a Microsoft Windows SharePoint Services site that contains a content type named Proposal. The Proposal content type is applied to lists that are named within the site collection.
You need to update the Proposal content type to include a new column. You also need to ensure that the existing lists display the new column.
What should you do?
Which code segment should you use?
You create a Microsoft Windows SharePoint Services site.
You need to change the group of the site column.
Which code segment should you use?
When is the GetValidatedString() method called?
You define a custom field type. You override the GetValidatedString() method in the custom field type.
You implement the custom field type in a list. In some scenarios, the data in the list is updated without the GetValidatedString() method being called.
You need to identify the scenario in which the GetValidatedString() method is called.
When is the GetValidatedString() method called?
What should you do?
You create a Microsoft Windows SharePoint Services site that uses a custom field type named TelephoneField. The assembly for TelephoneField is named TelePhoneField.dll. The definition file of TelephoneField is named fldtypes_telephone.xml.
You need to ensure that TelephoneField is available within the farm.
What should you do?