Hi,
my CAML query to add a ListItem (Wiki Page) doesn't work. I've tried serveral fields, but Sharepoint always creates empty pages.
Here is my CAML so far:
<Batch OnError="Continue">
<Method ID="1" Cmd="New">
<Field Name="WikiField">My Wiki Content</Field>
</Method>
</Batch>