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

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

Parameters

type
Type: CMS.BaseLogStatusEnum
Type of the information
settings
Type: CMS.CMSImportExportSiteImportSettings
Import settings
description
Type: SystemString
Log message
See Also