SenseNet.Messaging.NotificationConfig.GetSubject C# (CSharp) Method

GetSubject() public method

Returns the subject for the emails controlled by this config. {FieldName} entities are replaced with referenced Field value.
public GetSubject ( Node context ) : string
context Node
return string
        public virtual string GetSubject(Node context)
        {
            return this.ReplacePropertyValues(context, this.Subject);
        }
        /// <summary>