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é
 
Top