SearchByTitleKbArticleRequest.QueryExpression Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets or sets the query criteria to find knowledge base articles with the specified title. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public QueryBase QueryExpression { get; set; }
Public Property QueryExpression As QueryBase
Property Value
Type: Microsoft.Xrm.Sdk.Query.QueryBase
Type: QueryBase
The query criteria to find knowledge base articles with the specified title.
Remarks
Assign an instance of the FetchExpression, QueryExpression, or QueryByAttribute class. The query must specify the entity name “kbarticle” and a column set. If the column set includes attributes where IsValidForRead is false or for which you do not have access, they are ignored, and the message response contains no data for those attributes. For more information about field security, see How field security can be used to control access to field values in Microsoft Dynamics 365.
See Also
SearchByTitleKbArticleRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Retrieve data with queries using SDK assemblies
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright