Click or drag to resize
RegisterPageBuilderLocalizationResourceAttribute Class
Class represents an attribute used for registering localization resources that are used by Page builder feature.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Kentico.Web.MvcRegisterSystemLocalizationResourceAttribute
      Kentico.Content.Web.MvcRegisterPageBuilderLocalizationResourceAttribute

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public class RegisterPageBuilderLocalizationResourceAttribute : RegisterSystemLocalizationResourceAttribute

The RegisterPageBuilderLocalizationResourceAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterPageBuilderLocalizationResourceAttribute
Initializes a new instance of a RegisterPageBuilderLocalizationResourceAttribute
Top
Properties
  NameDescription
Public propertyCultureCodes
Array of culture codes that use for which the MarkedType is being used by localization.
(Inherited from RegisterSystemLocalizationResourceAttribute.)
Protected propertyData
Defines custom data which describe the way the registered resource is to be used. Used for modularization and customization scenarios.
(Inherited from RegisterSystemLocalizationResourceAttribute.)
Public propertyMarkedType
Defines type wrapping the '.resx' file used for localization and serves as a access point to the file.
(Inherited from RegisterSystemLocalizationResourceAttribute.)
Top
Methods
  NameDescription
Public methodPreInit
Used for initializing the attribute.
(Inherited from RegisterSystemLocalizationResourceAttribute.)
Top
See Also