Click or drag to resize
ExportTaskInfoProviderGetExportTaskInfoInternal 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#
protected virtual ExportTaskInfo GetExportTaskInfoInternal(
	int exportTaskId
)

Parameters

exportTaskId
Type: SystemInt32
ExportTask id

Return Value

Type: ExportTaskInfo
See Also