Click or drag to resize
IPageBuilderFeaturePageIdentifier Property

Note: This API is now obsolete.

Gets the identifier of the page where the Page builder stores and loads data from.

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IPageDataContextRetriever.Retrieve() method to get the page context.")]
int PageIdentifier { get; }

Property Value

Type: Int32
See Also