Do we need to disconnect from sharepoint? If Yes How? ( using Web Services : C#)
- by Pari
Hi,
I am using web services to access sharepoint list,sites and documents.
Like: List.asmx,Site.asmx e.t.c.
My question is that:
Do we need to disconnect from sharepoint when using above services?
And if yes then How?
Example:
GetSiteCollection(String login, String password, String url)
{
Webs ws = new Webs();
try
{
…