Table of Contents

Class ExcludeFromAiraTranslationAttribute

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

When used on the property in widget, section, or template properties, the property will not be included in the translation.

[AttributeUsage(AttributeTargets.Property)]
public sealed class ExcludeFromAiraTranslationAttribute : Attribute
Inheritance
object
Attribute
ExcludeFromAiraTranslationAttribute
Extension Methods

Remarks

This is currently valid only on string properties, all the other types of properties are currently not translated by default.

Constructors

ExcludeFromAiraTranslationAttribute()

public ExcludeFromAiraTranslationAttribute()