AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

ToolHelper..::..SaveDraft<(Of <(<'T>)>)> Method (String, SQL, T, Int32, Int32, List<(Of <(<'mscpDomain>)>)>)

Note: This API is now obsolete.
Saves the draft.

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

Syntax


[ObsoleteAttribute]
public eToolHelperResult SaveDraft<T>(
	string serviceAcount,
	SQL currentSQL,
	T businessObject,
	int currentDomainId,
	int currentLanguageId,
	List<mscpDomain> publishDomains
)
where T : BusinessObject<T>, BusinessObject<T>, BusinessObject<T>, BusinessObject<T>

Type Parameters

T

Parameters

serviceAcount
Type: String
The service acount.
currentSQL
Type: AdvantageCMS.Data..::..SQL
The current SQL.
businessObject
Type: T
The business object.
currentDomainId
Type: Int32
The current domain identifier.
currentLanguageId
Type: Int32
The current language identifier.
publishDomains
Type: List<(Of <(<'mscpDomain>)>)>
The publish domains.

Return Value

eToolHelperResult.