Click or drag to resize
RegisterPageBuilderLocalizationResourceAttribute Constructor
Initializes a new instance of a RegisterPageBuilderLocalizationResourceAttribute

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public RegisterPageBuilderLocalizationResourceAttribute(
	Type markedType,
	params string[] cultureCodes
)

Parameters

markedType
Type: SystemType
cultureCodes
Type: SystemString
See Also