CRMNewsArticle Class

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

There are no properties for this class.

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.Platform.Proxy

Assembly: Microsoft.Crm.Platform.Proxy.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.