IPageBuilderFeatureInitialize Method |
Note: This API is now obsolete.
Initializes the Page builder.
Namespace: Kentico.PageBuilder.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax [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