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

GetBody() public method

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