Class CreateTopicRequest
- Namespace
- Builvero.Api.Controllers
- Assembly
- Builvero.Api.dll
Request model for creating a forum topic.
public class CreateTopicRequest
- Inheritance
-
CreateTopicRequest
- Inherited Members
Properties
Body
Gets or sets the body/content of the initial message for the topic.
public string Body { get; set; }
Property Value
- string
- Request model for creating a forum topic.
Title
Gets or sets the title of the forum topic. Must be unique within the project.
public string Title { get; set; }
Property Value
- string
- Request model for creating a forum topic.