Click or drag to resize
ImportProvider.LogProgress Method (LogStatusEnum, SiteImportSettings, String)
Logs progress.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax
C#
public static void LogProgress(
	LogStatusEnum type,
	SiteImportSettings settings,
	string description
)

Parameters

type
Type: CMS.Base.LogStatusEnum
Type of the information
settings
Type: CMS.CMSImportExport.SiteImportSettings
Import settings
description
Type: System.String
Log message
See Also