ToolHelper..::..Delete<(Of <(<'T>)>)> Method (String, SQL, T, Int32, Int32)
Deletes the specified CMS user name.
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
Parameters
- serviceAcount
- Type: String
The service acount.
- 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.