Class SetGlobalSubscriptionRequest
- Namespace
- Builvero.Api.Controllers
- Assembly
- Builvero.Api.dll
Request model for setting global forum subscription preferences for a project.
public class SetGlobalSubscriptionRequest
- Inheritance
-
SetGlobalSubscriptionRequest
- Inherited Members
Properties
ReceiveAll
Gets or sets a value indicating whether the user should receive email notifications for all forum activity in the project.
public bool ReceiveAll { get; set; }
Property Value
- bool
- Request model for setting global forum subscription preferences for a project.
Remarks
If true, the user receives notifications for all new topics and messages in the project. If false, the user only receives notifications for topics they are explicitly subscribed to.