Ejemplo n.º 1
0
 public ContentKeywordSettings()
 {
     BannedKeywords   = new KeywordRegulation();
     ReplaceKeywords  = new KeywordReplaceRegulation();
     ApprovedKeywords = new KeywordRegulation();
     IsShowKeywordContent = true;
 }
Ejemplo n.º 2
0
 public ContentKeywordSettings()
 {
     BannedKeywords       = new KeywordRegulation();
     ReplaceKeywords      = new KeywordReplaceRegulation();
     ApprovedKeywords     = new KeywordRegulation();
     IsShowKeywordContent = true;
 }