ToolHelper..::..PublishSimple<(Of <(<'T>)>)> Method (String, SQL, T, Int32, Int32)
Note: This API is now obsolete.
Assembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Publishes the simple.
Namespace:
AdvantageCMS.Core.UtilsAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
[ObsoleteAttribute] public eToolHelperResult PublishSimple<T>( string CMSUserName, SQL currentSql, T businessObject, int domainId, int languageId ) 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.