070-573 試験問題を無料オンラインアクセス
| 試験コード: | 070-573 |
| 試験名称: | TS: Office SharePoint Server, Application Development (available in 2010) |
| 認定資格: | Microsoft |
| 無料問題数: | 150 |
| 更新日: | 2026-06-04 |
You create a custom page layout that has a field control named Field1.
You need to ensure that Field1 is only visible when users modify the contents of the page.
Which parent control should you use for Field1?
You create a Feature named Feature1. Feature1 is activated in a SharePoint site. You create a Web Part that contains the following code.
SPSite site = new SPSite("http://intranet/site1");
SPWeb web = site.OpenWeb();
SPFeatureDefinition feature = SPFarm.Local.FeatureDefinitions["Feature1"];
You need to modify the Web Part to activate Feature1 in Site1 only. Which code segment should you add to the Web Part?
You create a custom page layout that contains the following code segment. (Line numbers are included for reference only.)
01 Please enter a number:
02 <SharePointWebControls:InputFormTextBox ID="NumberTextBox" runat="server"/>
03
You need to prevent the page from being saved if NumberTextBox is empty. Which code segment should you add at line 03?
You create a workflow named WF1. WF1 is attached to a list named List1.
You need to receive an e-mail notification if WF1 is postponed.
What should you do?