Microsoft Knowledge Base Email Alertz

(833739) - This article describes the methods that you can use to develop applications that update items in the Microsoft SharePoint Portal Server 2001 document library in the workspace. The only recommended way to access workspace resources is to use the...

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 833739 - Last Review: February 12, 2004 - Revision: 1.1

Supported methods that you can use to create an application that accesses items in a SharePoint Portal Server 2001 workspace

SUMMARY

This article describes the methods that you can use to develop applications that update items in the Microsoft SharePoint Portal Server 2001 document library in the workspace. The only recommended way to access workspace resources is to use the Publishing and Knowledge Management Collaboration Data Objects (PKMCDO) object model.

MORE INFORMATION

SharePoint Portal Server is designed to work with the Publishing and Knowledge Management Collaboration Data Objects object model so that you can make an application update an item in the workspace. The use of Web Distributed Authoring and Versioning (WebDAV) method calls such as MOVE, COPY, and DELETE against files in the resources folder in a SharePoint Portal Server 2001 workspace is not supported.

If you try to use WebDAV method calls, these method calls may appear to modify the data successfully at first. However, when you use these method calls, the modified documents become inconsistent with the server, there is a lack of schema enforcements, and the single method call may miss or ignore other procedures that enforce data integrity. WebDAV method calls such as PROPFIND and SEARCH that read information from the workspace are supported. You must use the SharePoint Portal Server Document Model Objects for all tasks that modify data, including creating or changing properties for the workspace, for folders, or for documents.

This article is meant to clarify the following MSDN articles that cover this topic:
"SharePoint Portal Server Interface Implementations"
http://msdn.microsoft.com/en-us/library/dd589343.aspx (http://msdn.microsoft.com/en-us/library/dd589343.aspx)
"ADO-based Applications"
http://msdn.microsoft.com/en-us/library/dd588337.aspx (http://msdn.microsoft.com/en-us/library/dd588337.aspx)
Developers can access the workspace by using various technologies that include WebDAV and Microsoft ActiveX Data Objects (ADO). However, operations that modify content or metadata are restricted to the Publishing and Knowledge Management Collaboration Data Objects.

Microsoft is committed to providing programmatic access to the Document Library for applications that use the Publishing and Knowledge Management Collaboration Data Objects. Microsoft is also committed to supporting developers who write applications for SharePoint Portal Server 2001. The supportability status of some of these components may change without notice.

APPLIES TO
  • Microsoft SharePoint Portal Server 2001
Keywords: 
kbinfo KB833739
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate