AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

ActionArgs Constructor

Initializes a new instance of the ActionArgs class.

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

Syntax


public ActionArgs(
	CMSUser currentUser,
	SQL currentSql,
	int adminDomainId,
	int adminLanguageId
)

Parameters

currentUser
Type: CMSUser
The current user.
currentSql
Type: AdvantageCMS.Data..::..SQL
The current SQL.
adminDomainId
Type: Int32
The admin domain identifier.
adminLanguageId
Type: Int32
The admin language identifier.