Click or drag to resize
ICurrentPageRetrieverRetrieve Method
Retrieves current page of a Page builder.

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
TreeNode Retrieve(
	IPageBuilderFeature feature
)

Parameters

feature
Type: Kentico.PageBuilder.Web.MvcIPageBuilderFeature
Page builder feature.

Return Value

Type: TreeNode
Exceptions
ExceptionCondition
ArgumentNullExceptionIs thrown when feature is null.
See Also