Share via


CRMAnswer Class

The CRMAnswer class contains methods that you can use to find published articles in the knowledge base. An answer is a set of published content (documents, knowledge base articles, URLs, internal objects) that is stored with searchable metadata.

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

The CRMAnswer class exposes the following methods.

Method Description
Retrieve Retrieves an existing answer to a query.
RetrieveByNumber Retrieves an answer by the number specified.
RetrieveByObject Retrieves the answer associated with the specified object.
RetrieveBySubject Retrieves all the answers related to the specified subject.
SearchByBody Executes a full-text search by body.
SearchByKeywords Executes a full-text search by keywords.
SearchByTitle Executes a full-text search by title.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.