WSS lists siteurl

B

Bicazian

Hi

I can get the site url of the WSS list in .net
Dim sla As SharepointListAdapter
sla = thisXDocument.DataObjects("listname").DOM
sla.siteurl

The problem is that it is a readonly property.
Is there a way to update the siteurl to pull the same list data from a
different site.

TX
 

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