CRMArticleComment Class

The CRMArticleComment class contains methods that you can use to manage article comments.

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
                  CRMArticleComment
[Visual Basic .NET]
Public Class CRMArticleComment
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMArticleComment : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMArticleComment: public System.Web.Services.Protocols.SoapHttpClientProtocol

The CRMArticleComment class exposes the following methods.

Method Description
Create Creates a new article comment.
CreateAndRetrieve Creates a new article comment and then retrieves it.
Delete Deletes an article comment.
Retrieve Retrieves an existing article comment.
RetrieveByObject Retrieves all article comments associated with an object (article).
Update Updates an existing article comment.
UpdateAndRetrieve Updates an existing article comment and then retrieves it.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.