Table of Contents

Class TagTranslationModel

Namespace
Kentico.Xperience.Admin.Base.UIPages
Assembly
Kentico.Xperience.Admin.Base.dll

Tag translation edit model.

public sealed class TagTranslationModel
Inheritance
object
TagTranslationModel
Extension Methods

Constructors

TagTranslationModel()

public TagTranslationModel()

Properties

Description

Tag description.

[TextInputComponent(Order = 2)]
public string Description { get; set; }

Property Value

string

Title

Tag title.

[TextInputComponent(Order = 1)]
[MaxLengthValidationRule(200)]
public string Title { get; set; }

Property Value

string