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

Properties

Description

Tag description.

public string Description { get; set; }

Property Value

string

Title

Tag title.

[MaxLengthValidationRule(200)]
public string Title { get; set; }

Property Value

string