Exemple #1
0
 public static void SetPostsPerPage(this ForumConfiguration conf, Int32 postsPerPage)
 {
     conf.SetCustomProperty(ForumConfiguration.PropertyNames.PostsPerPage, postsPerPage);
 }
Exemple #2
0
 public static void SetTopicsPerPage(this ForumConfiguration conf, Int32 topicsPerPage)
 {
     conf.SetCustomProperty(ForumConfiguration.PropertyNames.TopicsPerPage, topicsPerPage);
 }
Exemple #3
0
 public static void SetTheme(this ForumConfiguration conf, String theme)
 {
     conf.SetCustomProperty(ForumConfiguration.PropertyNames.Theme, theme);
 }