ToolHelper..::..Delete<(Of <(<'T>)>)> Method (String, SQL, T, Int32, Int32)
Deletes the specified business object using the provided service account credentials.
Namespace:
AdvantageCMS.Core.UtilsAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public eToolHelperResult Delete<T>( string serviceAcount, SQL currentSQL, T businessObject, int domainId, int languageId ) where T : BusinessObject<T>, BusinessObject<T>
Type Parameters
- T
- The type of business object to delete.
Parameters
- serviceAcount
- Type: String
The CMS service account username.
- currentSQL
- Type: AdvantageCMS.Data..::..SQL
The current SQL connection.
- businessObject
- Type: T
The business object to delete.
- domainId
- Type: Int32
The domain identifier.
- languageId
- Type: Int32
The language identifier.

