2009-06-08 68 views
0

我的CAML查詢添加ListItem(Wiki頁)不起作用。我嘗試了幾個 字段,但Sharepoint始終創建空白頁面。在Sharepoint中添加ListItem的CAML查詢

這是迄今爲止我CAML:

<Batch OnError="Continue"> 
     <Method ID="1" Cmd="New"> 
     <Field Name="WikiField">My Wiki Content</Field> 
     </Method> 
     </Batch> 

回答

1

試試這個

<Batch OnError="Continue">   
    <Method ID="1" Cmd="New">   
      <Field Name="urn:schemas-microsoft-com:office:office#WikiField">My Wiki Content</Field>   
    </Method>  
</Batch> 
+0

它並沒有幫助。感謝您的回答。 – Stefan 2009-06-11 16:02:13