Click or drag to resize
ExportTaskInfoProviderGetExportTasks Method

Note: This API is now obsolete.

Returns all export tasks.

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

Return Value

Type: ObjectQueryExportTaskInfo
See Also