Click or drag to resize
IPageDataContextInitializerInitialize Method (Int32)
Initializes the page data context by given pageId.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
void Initialize(
	int pageId
)

Parameters

pageId
Type: SystemInt32
The identifier of the page to be used for data context initialization.
See Also