Click or drag to resize
ExportTaskInfoProviderDeleteExportTaskInfo Method (Int32)

Note: This API is now obsolete.

Deletes specified exportTask.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IExportTaskInfoProvider.Delete(ExportTaskInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ExportTaskInfo.Provider.")]
public static void DeleteExportTaskInfo(
	int exportTaskId
)

Parameters

exportTaskId
Type: SystemInt32
ExportTask id
See Also