Click or drag to resize
AbstractImportExportSettingsLogProgressState Method
Logs progress state.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public void LogProgressState(
	LogStatusEnum type,
	string message
)

Parameters

type
Type: CMS.BaseLogStatusEnum
Type of the message
message
Type: SystemString
Message to be logged
See Also