SearchByTitleKbArticle Function

Searches for knowledge base articles that contain the specified title.

This function is composable. You can append OData system query options to the URI to control the data returned.

Bound Entities

Bound functions are invoked by appending the fully qualified function name to the URI representing an entity or collection.

Entity Type Binding Type
kbarticle collection

Parameters

Parameters allow for data to be passed to the function.

Name Type Nullable Unicode Description
SearchText
Edm.String False False

Title in the articles.

Subject
subject False True

Subject for the knowledge base article.

UseInflection
Edm.Boolean False True

Whether to use inflectional stem matching when you search for knowledge base articles by a specific title.

Return Type

Type Nullable Description
Collection(kbarticle) False The SearchByTitleKbArticle function returns the following value.

See also