Table of Contents

Class RegisterPageBuilderLocalizationResourceAttribute

Namespace
Kentico.Content.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Class represents an attribute used for registering localization resources that are used by Page builder feature.

[Obsolete("Use RegisterLocalizationResourceAttribute instead.")]
public class RegisterPageBuilderLocalizationResourceAttribute : RegisterLocalizationResourceAttribute, IPreInitAttribute
Inheritance
object
Attribute
RegisterPageBuilderLocalizationResourceAttribute
Implements
Inherited Members
Extension Methods

Constructors

RegisterPageBuilderLocalizationResourceAttribute(Type, params string[])

Initializes a new instance of a RegisterPageBuilderLocalizationResourceAttribute

public RegisterPageBuilderLocalizationResourceAttribute(Type markedType, params string[] cultureCodes)

Parameters

markedType Type
cultureCodes string[]

See Also