AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

CMSConfigurationEngine..::..GetLayouts Method

Gets the layouts.

Namespace:  AdvantageCMS.Core.Admin.Engine
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public List<AdvantageLayout> GetLayouts(
	int domainId,
	bool activeOnly,
	bool useCache
)

Parameters

domainId
Type: Int32
The domain identifier.
activeOnly
Type: Boolean
if set to true [active only].
useCache
Type: Boolean
if set to true [use cache].

Return Value

List<AdvantageLayout>.