Question Class

Definition

Item in Paginated results of the question search.

public class Question
type Question = class
Public Class Question
Inheritance
Question

Constructors

Name Description
Question()

Properties

Name Description
ContentUpdatedDate

Timestamp indicating when the question's content or attachments were last updated (yyyy-MM-ddTHH:mm:ss.fffZ)

CreatedDate

Timestamp indicating when the question was created (yyyy-MM-ddTHH:mm:ss.fffZ)

Description

Question description providing detailed context and information about the question

Id

The unique question id

IsDeleted

Indicates if the question is deleted. Deleted questions are not visible to users, but can still be accessed by the administrators.

IsPublished

The question is_published flag indicates whether the question is published or not. A published solution is visible to all users, while an unpublished solution is in draft state only visible to the author.

KnowledgeSpaceId

The unique knowledge space id to which the question belongs.

Language

The question language

LastActivityDate

Timestamp indicating the last activity with the question (yyyy-MM-ddTHH:mm:ss.fffZ)

PublishedDate

Timestamp indicating when the question was published (yyyy-MM-ddTHH:mm:ss.fffZ)

QuestionUpdatedDate

Last time the resource has been updated in the DB. This date does not reflect content updates but any update to any fields of the record. Use content_updated for information about content updates.

SolutionCount

This is the number of solutions that have been provided for this question.

Title

The question title

UpvoteCount

The total number of upvotes the question has received.

ViewCount

The number of times the question has been viewed by users.

Applies to