IPageDataContextInitializerInitialize Method (Int32) |
Initializes the page data context by given pageId.
Namespace: Kentico.Content.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax void Initialize(
int pageId
)
Parameters
- pageId
- Type: SystemInt32
The identifier of the page to be used for data context initialization.
See Also