Property | Type | Description | |
---|---|---|---|
CONFIGFOLDERNAME | string | ||
NOTIFICATIONCONFIGCONTENTNAME | string | ||
NOTIFICATIONCONFIGTYPENAME | string |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetBody ( Node context ) : string |
Returns the subject for the emails controlled by this config. {FieldName} entities are replaced with referenced Field value.
|
|
GetProperty ( string name ) : object | ||
GetSubject ( Node context ) : string |
Returns the subject for the emails controlled by this config. {FieldName} entities are replaced with referenced Field value.
|
|
IsNotificationAllowedForContent ( Node context ) : bool |
Returns false if notification email should not be sent for current context. The default implementation only returns false when the notification would be about this config.
|
|
NotificationConfig ( Node parent ) : System | ||
NotificationConfig ( Node parent, string nodeTypeName ) : System | ||
SetProperty ( string name, object value ) : void |
Method | Description | |
---|---|---|
NotificationConfig ( |
||
ReplacePropertyValues ( Node context, string text ) : string |
public IsNotificationAllowedForContent ( Node context ) : bool | ||
context | Node | |
return | bool |
public NotificationConfig ( Node parent ) : System | ||
parent | Node | |
return | System |
public NotificationConfig ( Node parent, string nodeTypeName ) : System | ||
parent | Node | |
nodeTypeName | string | |
return | System |
protected NotificationConfig ( |
||
nt | ||
return | System |
protected ReplacePropertyValues ( Node context, string text ) : string | ||
context | Node | |
text | string | |
return | string |
public SetProperty ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
public static string NOTIFICATIONCONFIGCONTENTNAME | ||
return | string |