A set of filtering options used for searching Knowledge Base articles.
| Name | Type | Nullable? | Summary | 
|---|---|---|---|
| Status | TeamDynamix.Api.KnowledgeBase.ArticleStatus | The status to filter on. Use None to perform no filtering. | |
| CustomAttributes | TeamDynamix.Api.CustomAttributes.CustomAttribute[] | This field is nullable. | The custom attributes to filter on. | 
| SearchText | String | This field is nullable. | The search text to filter on. | 
| CategoryID | Int32 | This field is nullable. | The ID of the associated category to filter on. | 
| IsPublished | Boolean | This field is nullable. | The published status to filter on. | 
| IsPublic | Boolean | This field is nullable. | The public status to filter on. | 
| AuthorUID | Guid | This field is nullable. | The UID of the article creator to filter on. | 
| ReturnCount | Int32 | This field is nullable. | The maximum number of results to return. Defaults to 50. | 
| IncludeArticleBodies | Boolean | Whether to include article bodies. | |
| IncludeShortcuts | Boolean | Whether to include article shortcuts. |