Click or drag to resize
ExportTaskInfoProvider.CheckExportLogging Method
Indicates if the export task should be logged.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 11.0.0
Syntax
C#
public static bool CheckExportLogging(
	GeneralizedInfo infoObj,
	TaskTypeEnum taskType
)

Parameters

infoObj
Type: CMS.DataEngine.GeneralizedInfo
Info object instance
taskType
Type: CMS.DataEngine.TaskTypeEnum
Task type

Return Value

Type: Boolean
See Also