CRMArticleTemplate Class

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

You can create a structure for the article template that is meaningful for the application you are creating. Note that these custom article templates do not work with the Microsoft CRM application, which uses a proprietary article template format.

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

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.