Click or drag to resize
IComponentViewModelLoadProperties Method
Loads the model properties.

Namespace: Kentico.PageBuilder.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
void LoadProperties(
	TreeNode page,
	IComponentProperties properties,
	ViewCustomizableComponentDefinition definition
)

Parameters

page
Type: CMS.DocumentEngineTreeNode
The page where is the component used.
properties
Type: Kentico.PageBuilder.Web.MvcIComponentProperties
Component properties.
definition
Type: Kentico.PageBuilder.Web.MvcViewCustomizableComponentDefinition
Component definition.
See Also