Click or drag to resize
AbstractImportExportSettingsGetLimitedProgressLog Method
Gets limited progress log for callback.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.2.23
Syntax
C#
public string GetLimitedProgressLog(
	int reqMessageLength,
	int reqErrorLength,
	int reqWarningLength
)

Parameters

reqMessageLength
Type: SystemInt32
Requested message part length
reqErrorLength
Type: SystemInt32
Requested error part length
reqWarningLength
Type: SystemInt32
Requested warning part length

Return Value

Type: String
See Also