AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

CMSEngineBase Constructor (SQL, CMSUser, String, Int32, Int32)

Initializes a new instance of the CMSEngineBase class.

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

Syntax


public CMSEngineBase(
	SQL currentSQL,
	CMSUser currentUser,
	string permissionName,
	int domainId,
	int languageId
)

Parameters

currentSQL
Type: AdvantageCMS.Data..::..SQL
The current SQL.
currentUser
Type: CMSUser
The current user.
permissionName
Type: String
Name of the permission.
domainId
Type: Int32
The domain identifier.
languageId
Type: Int32
The language identifier.