CRMArticle Class

The CRMArticle class contains methods that you can use to manage articles.

There are no properties for this class.

For more information about using XML, see XML Document Object Model.

  System.Object

   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Web.Services.Protocols.WebClientProtocol
            System.Web.Services.Protocols.HttpWebClientProtocol
               System.Web.Services.Protocols.SoapHttpClientProtocol
                  CRMArticle
[Visual Basic .NET]
Public Class CRMArticle
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMArticle : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMArticle: public System.Web.Services.Protocols.SoapHttpClientProtocol

The CRMArticle class exposes the following methods.

Method Description
Create Creates a new article.
CreateAndRetrieve Creates a new article and then retrieves it.
Delete Deletes an article.
Publish Sets the state of an article to Published.
Reject Sets the state of an article to Draft.
Retrieve Retrieves an existing article.
RetrieveByState Retrieves all the articles with the specified state for the specified organization.
Submit Sets the state of an article to Waiting for Approval.
UnPublish Sets the state of an article to Draft.
Update Updates an existing article.
UpdateAndRetrieve Updates an existing article and then retrieves it.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.