Create a data connection with c#

J

Juan Eguaras

Hi people.

I want send form to a form library in sharepoint, but that list exist in
more of one site and i have to create a data connection that it change the
url where will send the form.

Can i create a adapter from c# or Can i modify a adapter created before?

Thanks...
 
F

Franck Dauché

Hi Juan,

Did you try to work with:
DAVAdapter oSharePoint =
(DAVAdapter)thisXDocument.DataAdapters["MySharepoint"];

Regards,

Franck Dauché
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top