ToolHelper..::..SaveDraft<(Of <(<'T>)>)> Method (String, SQL, T, Int32, Int32, Boolean)
Note: This API is now obsolete.
Assembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Saves the draft.
Namespace:
AdvantageCMS.Core.UtilsAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
[ObsoleteAttribute] public eToolHelperResult SaveDraft<T>( string CMSUserName, SQL currentSQL, T businessObject, int domainId, int languageId, bool showInDomain ) where T : BusinessObject<T>, BusinessObject<T>, BusinessObject<T>, BusinessObject<T>
Type Parameters
- T
Parameters
- CMSUserName
- Type: String
Name of the CMS user.
- currentSQL
- Type: AdvantageCMS.Data..::..SQL
The current SQL.
- businessObject
- Type: T
The business object.
- domainId
- Type: Int32
The domain identifier.
- languageId
- Type: Int32
The language identifier.
- showInDomain
- Type: Boolean
if set to true [show in domain].