PostQuestionDraftInput 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.
Create a question draft
public class PostQuestionDraftInput
type PostQuestionDraftInput = class
Public Class PostQuestionDraftInput
- Inheritance
-
PostQuestionDraftInput
Constructors
| Name | Description |
|---|---|
| PostQuestionDraftInput() | |
Properties
| Name | Description |
|---|---|
| Category |
The optional id of the category to assign the question draft to |
| Description |
The optional question description providing detailed context and information about the question. Depending on the network configuration the description might be enforced to be non-empty. |
| KnowledgeSpace |
the id of the knowledge space to assign the question to |
| Language |
language |
| Title |
Question title, Between 4 and 100 characters by default. Depending on the network configuration the title max length may be limited or extended further. |