Table of Contents

Class TranslatabilityCheckResult

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

Encapsulates result for translatability check.

public sealed class TranslatabilityCheckResult
Inheritance
object
TranslatabilityCheckResult
Extension Methods

Constructors

TranslatabilityCheckResult()

public TranslatabilityCheckResult()

Properties

DescriptionText

Represents the description text displayed in the translatability check dialog.

public string DescriptionText { get; init; }

Property Value

string

TranslatableIdentifiers

Represents the collection of translatable items identifiers.

public IEnumerable<int> TranslatableIdentifiers { get; init; }

Property Value

IEnumerable<int>