0
默認值設定爲WEBURL在2007年的SharePoint,我試圖創建一個SPDataSource,需要一箇中繼元素,看起來類似於這樣:SP2007:在SPDataSource
<SPWebControls:SPDataSource runat="server"
ID="dsColors"
DataSourceMode="ListItem"
UseInternalName="true">
<SelectParameters>
<asp:Parameter Name="ListName" DefaultValue="AllColors"/>
<asp:Parameter Name="WebUrl" DefaultValue="??????" />
<asp:Parameter Name="ContentTypeFilter" DefaultValue="Index Page"/>
</SelectParameters>
</SPWebControls:SPDataSource>
AllColors是一個列表在rainbow.com在多數民衆贊成題爲「所有網站內容」 SharePoint管理頁面,顯示了所顯示的麪包屑「首頁>所有網站內容」 URL爲「http://rainbow.com/_layouts/viewlsts.aspx
我的問題是什麼應該默認值此行被設置等於:
<asp:Parameter Name="WebUrl" DefaultValue="??????" />
此外,請提供任何文檔討論使用spdatasource及其參數的參考。我已經廣泛搜索,找不到一篇好文章,其中
顯示了各種示例。
謝謝。