SearchByKeywordsKbArticleRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the data that is needed to search for knowledge base articles that contain the specified keywords.
For the Web API use the SearchByKeywordsKbArticle Function.
public ref class SearchByKeywordsKbArticleRequest sealed : Microsoft::Xrm::Sdk::OrganizationRequest
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class SearchByKeywordsKbArticleRequest : Microsoft.Xrm.Sdk.OrganizationRequest
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type SearchByKeywordsKbArticleRequest = class
inherit OrganizationRequest
Public NotInheritable Class SearchByKeywordsKbArticleRequest
Inherits OrganizationRequest
- Inheritance
- Attributes
Examples
The following example shows how to use this message. For this sample to work correctly, you must be connected to the server to get an IOrganizationService interface. For the complete sample, see the link later in this topic.
Remarks
Message Availability
This message works regardless whether the caller is connected to the server or offline.
Usage
Pass an instance of this class to the Execute(OrganizationRequest) method, which returns an instance ofSearchByKeywordsKbArticleResponse.
Privileges and Access Rights
To perform this action, the caller must have privileges on the KbArticle and Subject entities. The caller must also have access rights on the record specified in the SubjectId property and on the records returned from the query. For a complete list of required privileges, see SearchByKeywordsKbArticle message privileges.
Notes for Callers
This message supports queries using Query Expression and FetchXML. For more information see Retrieve data with queries using SDK assemblies.
Constructors
| SearchByKeywordsKbArticleRequest() |
Initializes a new instance of the SearchByKeywordsKbArticleRequest class. |
Properties
| ExtensionData |
Gets or sets the structure that contains extra data. Optional. (Inherited from OrganizationRequest) |
| Item[String] |
Gets or sets the indexer for the |
| Parameters |
Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes. (Inherited from OrganizationRequest) |
| QueryExpression |
Gets or sets the query criteria to find knowledge base articles with specified keywords. Required. |
| RequestId |
Gets or sets the ID of an asynchronous operation (system job). Optional. (Inherited from OrganizationRequest) |
| RequestName |
Gets or sets the name of the request. Required, but is supplied by derived classes. (Inherited from OrganizationRequest) |
| SearchText |
Gets or sets the keywords in the article. Required. |
| SubjectId |
Gets or sets the ID of the knowledge base article subject. Required. |
| UseInflection |
Gets or sets a value that indicates whether to use inflectional stem matching when searching for knowledge base articles with the specified keywords. Required. |