Beispiel #1
0
 /// <summary>Static getter for Komentarz</summary>
 public static string GetUmbracoSalesManagoArticleNotifyComment(IUmbracoSalesManagoArticleNotify that)
 {
     return(that.GetPropertyValue <string>("umbracoSalesManagoArticleNotifyComment"));
 }
Beispiel #2
0
 /// <summary>Static getter for Maile</summary>
 public static string GetUmbracoSalesManagoArticleNotifyNotificationEmails(IUmbracoSalesManagoArticleNotify that)
 {
     return(that.GetPropertyValue <string>("umbracoSalesManagoArticleNotifyNotificationEmails"));
 }
Beispiel #3
0
 /// <summary>Static getter for Przekaż do wysyłki.</summary>
 public static bool GetUmbracoSalesManagoArticleNotifyShouldSend(IUmbracoSalesManagoArticleNotify that)
 {
     return(that.GetPropertyValue <bool>("umbracoSalesManagoArticleNotifyShouldSend"));
 }