CRMArticleComment Class
The CRMArticleComment class contains methods that you can use to manage article comments.
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
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.Platform.Proxy
Assembly: Microsoft.Crm.Platform.Proxy.dll
See Also