Ejemplo n.º 1
0
 private void DoRemoveTag(int tagId)
 {
     // Note: only removes the translation!
     TagsTranslations.DoRemoveTranslation(m_Connection, null, Schema.TAGNAMES_TABLE, Schema.TAG_COLUMN, Schema.LANGUAGE_COLUMN, tagId, m_LanguageId);
 }
Ejemplo n.º 2
0
 private void DoRemoveCategory(int categoryId)
 {
     // Note: only removes the translation!
     TagsTranslations.DoRemoveTranslation(m_Connection, null, Schema.CATEGORYNAMES_TABLE, Schema.CATEGORY_COLUMN, Schema.LANGUAGE_COLUMN, categoryId, m_LanguageId);
 }