IUserReceiveWorkFlowNotificationMail Property
|
Gets and sets whether this user will receive notification emails after a
Page advances through is
Workflow.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool ReceiveWorkFlowNotificationMail { get; set; }
Property ReceiveWorkFlowNotificationMail As Boolean
Get
Set
property bool ReceiveWorkFlowNotificationMail {
bool get ();
void set (bool value);
}
abstract ReceiveWorkFlowNotificationMail : bool with get, set
Property Value
Type:
BooleanRemarks During Workflow Advance, the CMS tries to send emails to the page's Assigned User,
and the User the Page will be assigned to. The value of this property sets whether those users receive their notification
emails or not.
See Also