CRMArticleTemplate Class

The CRMArticleTemplate class contains methods that you can use to manage article templates.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Web.Services.Protocols.WebClientProtocol
            System.Web.Services.Protocols.HttpWebClientProtocol
               System.Web.Services.Protocols.SoapHttpClientProtocol
                  CRMArticleTemplate

[Visual Basic .NET]
Public Class CRMArticleTemplate
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMArticleTemplate : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMArticleTemplate: public System.Web.Services.Protocols.SoapHttpClientProtocol

The CRMArticleTemplate class exposes the following methods.

Method Description
Create Creates a new article template.
CreateAndRetrieve Creates a new article template and then retrieves it.
Delete Deletes an article template.
Retrieve Retrieves an existing article template.
RetrieveByOrganization Retrieves all the active article templates for an organization.
Update Updates an existing article template.
UpdateAndRetrieve Updates an existing article template and then retrieves it.

Requirements

Namespace: Microsoft.Crm.Platform.Proxy

Assembly: Microsoft.Crm.Platform.Proxy.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.