Click or drag to resize
ExportTaskInfoProviderLogTaskInternal Method
Logs the task for the given object.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
protected virtual ExportTaskInfo LogTaskInternal(
	GeneralizedInfo infoObj,
	TaskTypeEnum taskType
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
Object to log
taskType
Type: CMS.DataEngineTaskTypeEnum
Task type

Return Value

Type: ExportTaskInfo
Returns new task
See Also