Click or drag to resize
ExportProviderLogProgress Method (LogStatusEnum, SiteExportSettings, 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,
	SiteExportSettings settings,
	string description
)

Parameters

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