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.

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

Assembly: Microsoft.Crm.Platform.Proxy.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.