CRMNewsArticle Class

The CRMNewsArticle class contains methods that you can use to manage news 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
                  CRMNewsArticle
[Visual Basic .NET]
Public Class CRMNewsArticle
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMNewsArticle : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMNewsArticle: public System.Web.Services.Protocols.SoapHttpClientProtocol

The CRMNewsArticle class exposes the following methods.

Method Description
Create Creates a news article.
CreateAndRetrieve Creates a news article and then retrieves it.
Delete Deletes a news article.
Retrieve Retrieves a news article.
Update Updates a news article.
UpdateAndRetrieve Updates a news article and then retrieves it.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.