Click or drag to resize
IPageBuilderConfigurationSourceLoaderLoad Method
Loads Page builder configuration source for a page.

Namespace: CMS.DocumentEngine.PageBuilder.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
PageBuilderConfigurationSource Load(
	TreeNode page
)

Parameters

page
Type: CMS.DocumentEngineTreeNode
Page from which the configuration will be loaded.

Return Value

Type: PageBuilderConfigurationSource
Returns the configuration source.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when page is null.
See Also