Online Access Free 070-573 Exam Questions
| Exam Code: | 070-573 |
| Exam Name: | TS: Office SharePoint Server, Application Development (available in 2010) |
| Certification Provider: | Microsoft |
| Free Question Number: | 150 |
| Posted: | Jun 02, 2026 |
You create an entity named Customer in a Business Connectivity Services (BCS) object model. You need to ensure that Customer data can be displayed in a Business Data List Web Part. Which method type should you use?
You need to delete the previous versions of all documents in a document library.
The deleted versions of the documents must be retained in the SharePoint Recycle Bin.
What should you do?
You need to create a custom application that provides users with the ability to create a managed property.
The managed property name must be specified in the args[1] parameter.
You write the following code segment for the application. (Line numbers are included for reference only.)
01 SPSite currentSite = new SPSite("http://intranet");02 SearchContext context = SearchContext.GetContext(currentSite);03 Schema schema = new Schema(context);
Which code segment should you add to the application?
You are creating a custom content type named CT1.
You need to use a Feature to add an existing site column named SiteCol1 to CT1.
Which code segment should you include in the Feature?
You are creating a custom workflow action that will be used in Microsoft SharePoint Designer reusable workflows.
The action will programmatically create a SharePoint site named Site1 at a specific URL.
You need to ensure that users can specify the URL of Site1 in the action.
What should you use?