AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantagePageLayout..::..GetLayoutControl Method

Gets the layout control.

Namespace:  AdvantageCMS.Core.Common.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static AdvantageLayoutControl GetLayoutControl(
	int domainId,
	int languageId,
	AdvantagePageLayout layout,
	Page page,
	SitePage sitePage,
	CMSConfigurationEngine configurationEngine,
	bool activeOnly
)

Parameters

domainId
Type: Int32
The domain identifier.
languageId
Type: Int32
The language identifier.
layout
Type: AdvantageCMS.Core.Common.BaseClasses..::..AdvantagePageLayout
The layout.
page
Type: Page
The page.
sitePage
Type: AdvantageCMS.Core.Admin.BusinessEntity..::..SitePage
The site page.
configurationEngine
Type: AdvantageCMS.Core.Admin.Engine..::..CMSConfigurationEngine
The configuration engine.
activeOnly
Type: Boolean
if set to true [active only].

Return Value

AdvantageLayoutControl.