vote up 0 vote down star

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>
flag

66% accept rate

1 Answer

vote up 1 vote down

Try this

<Batch OnError="Continue">        
     <Method ID="1" Cmd="New">         
          <Field Name="urn:schemas-microsoft-com:office:office#WikiField">My Wiki Content</Field>        
     </Method>      
</Batch>
link|flag
It didn't help. Thanks for your answer. – Stefan Jun 11 at 16:02

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.