Click or drag to resize
AbstractImportExportSettings.LogProgressState Method
Logs progress state.

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

Parameters

type
Type: CMS.Base.LogStatusEnum
Type of the message
message
Type: System.String
Message to be logged
See Also