Click or drag to resize
IPageBuilderFeatureInitialize Method

Note: This API is now obsolete.

Initializes the Page builder.

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IPageDataContextInitializer.Initialize method instead.")]
void Initialize(
	int pageIdentifier
)

Parameters

pageIdentifier
Type: SystemInt32
The identifier of the page where the Page builder stores and loads data from.
See Also