Exemple #1
0
 public static String Theme(this ForumConfiguration conf)
 {
     return(conf.GetCustomPropertyString(ForumConfiguration.PropertyNames.Theme));
 }
Exemple #2
0
 public static String SenderEmailAddress(this ForumConfiguration conf)
 {
     return(conf.GetCustomPropertyString(ForumConfiguration.PropertyNames.SenderEmailAddress));
 }
Exemple #3
0
 public static String Version(this ForumConfiguration conf)
 {
     return(conf.GetCustomPropertyString(ForumConfiguration.PropertyNames.Version));
 }