Click or drag to resize
IPageBuilderFeatureInitialize Method
Initializes the Page builder.

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
void Initialize(
	int pageIdentifier
)

Parameters

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