BusinessObjectHelper..::..DeleteObject<(Of <(<'T>)>)> Method (ActionArgs, T)
Deletes the object.
Namespace:
AdvantageCMS.Core.Common.EngineAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public ToolHelperResult DeleteObject<T>( ActionArgs aa, T businessObject ) where T : BusinessObject<T>, BusinessObject<T>
Type Parameters
- T
Parameters
- aa
- Type: AdvantageCMS.Core.Admin.Event..::..ActionArgs
The aa.
- businessObject
- Type: T
The business object.