Archive for March 20, 2012
Create Folder in SharePoint using Web Services
Introduction: In this article I am going to explain you that How to create folder using sharepoint web service. To do this we will be using DWS.asmx web service and “CreateFolder” web method. “CreateFolder” Creates a subfolder in the document library of the current Document Workspace site.
March 20, 2012
В·
Infoyen В·
No Comments
Tags: DWS web service, Dws.CreateFolder, How to create a folder in a list using web services, Web Service, Web Service code to Create new folder in document library В· Posted in: MOSS, SharePoint, Web Service
How to: Update List Items using sharepoint web service
Introduction: In this article I am going to explain you that How to update list item using sharepoint web service. To do this we will be using Lists.asmx web service and UpdateListItems web method. UpdateListItems Adds, deletes, or updates the specified items in a list on the current site. Syntex Code:- public XmlNode UpdateListItems (string […]
March 20, 2012
В·
Infoyen В·
One Comment
Tags: How to: Update List Items, Lists web service, Lists.UpdateListItems Method (Lists), Update taxonomy field values in a list item through SharePoint web services, Web Service В· Posted in: MOSS, SharePoint, Web Service