Class TagTranslation
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Represents tag translation data in one content language.
public sealed class TagTranslation
- Inheritance
-
objectTagTranslation
- Extension Methods
Properties
Description
Translated description of the tag.
public string Description { get; set; }
Property Value
- string
Title
Translated title of the tag.
public string Title { get; set; }
Property Value
- string