AdvantagePageLayout..::..GetLayoutKey Method
Gets the layout key.
Namespace:
AdvantageCMS.Core.Common.BaseClassesAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public static string GetLayoutKey( int domainId, int languageId, AdvantagePageLayout layout, Page page, SitePage sitePage, CMSConfigurationEngine confEngine, 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.
- confEngine
- Type: AdvantageCMS.Core.Admin.Engine..::..CMSConfigurationEngine
The conf engine.
- activeOnly
- Type: Boolean
if set to true [active only].