Skip to main content

GetNotificationTemplateNodeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Extract

Configuration to get a notification template from the database by name

public record GetNotificationTemplateNodeConfiguration : TargetPathNodeConfiguration, INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IEquatable<GetNotificationTemplateNodeConfiguration>

Inheritance Object → NodeConfiguration → TargetPathNodeConfiguration → GetNotificationTemplateNodeConfiguration
Implements INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IEquatable<GetNotificationTemplateNodeConfiguration>

Properties

NotificationTemplateName

Name of the notification template used for the email

public string NotificationTemplateName { get; set; }

Property Value

String

SubjectTargetPath

The path where the subject of the notification template should be written

public string SubjectTargetPath { get; set; }

Property Value

String

Remarks:

Properties 'TargetValueWriteMode' and 'TargetValueKind' are used for this property too.

TargetPath

public string TargetPath { get; set; }

Property Value

String

TargetValueWriteMode

public WriteMode TargetValueWriteMode { get; set; }

Property Value

WriteMode

TargetValueKind

public ValueKind TargetValueKind { get; set; }

Property Value

ValueKind

Description

public string Description { get; set; }

Property Value

String

Constructors

GetNotificationTemplateNodeConfiguration()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public GetNotificationTemplateNodeConfiguration()