Class SetTopicSubscriptionRequest
- Namespace
- Builvero.Api.Controllers
- Assembly
- Builvero.Api.dll
Request model for setting subscription preferences for a specific forum topic.
public class SetTopicSubscriptionRequest
- Inheritance
-
SetTopicSubscriptionRequest
- Inherited Members
Properties
IsSubscribed
Gets or sets a value indicating whether the user should receive email notifications for new messages in this topic.
public bool IsSubscribed { get; set; }
Property Value
- bool
- Request model for setting subscription preferences for a specific forum topic.
Remarks
If true, the user receives notifications for all new messages in the topic. If false, the user does not receive notifications for this topic (unless they have global subscription enabled).