AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

ToolHelper..::..CreateTaskGeneral Method

Creates the task general.

Namespace:  AdvantageCMS.Core.Utils
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public eToolHelperResult CreateTaskGeneral(
	string serviceAcount,
	SQL currentSQL,
	TaskGeneral theTask,
	string url,
	int domainId,
	int languageId,
	Nullable<DateTime> dueDate,
	string assginedUserName,
	string assignedRoleName
)

Parameters

serviceAcount
Type: String
The service acount.
currentSQL
Type: AdvantageCMS.Data..::..SQL
The current SQL.
theTask
Type: AdvantageCMS.Core.Admin.BusinessEntity..::..TaskGeneral
The task.
url
Type: String
The URL.
domainId
Type: Int32
The domain identifier.
languageId
Type: Int32
The language identifier.
dueDate
Type: Nullable<(Of <(<'DateTime>)>)>
The due date.
assginedUserName
Type: String
Name of the assgined user.
assignedRoleName
Type: String
Name of the assigned role.

Return Value

eToolHelperResult.