Click or drag to resize
ExportTaskInfoProviderGetExportTaskInfo Method
Returns the ExportTaskInfo structure for the specified exportTask.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static ExportTaskInfo GetExportTaskInfo(
	int exportTaskId
)

Parameters

exportTaskId
Type: SystemInt32
ExportTask id

Return Value

Type: ExportTaskInfo
See Also