Click or drag to resize
AbstractImportExportSettingsSetInfo Method
Sets additional information.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public void SetInfo(
	string infoKey,
	Object value
)

Parameters

infoKey
Type: SystemString
Information key
value
Type: SystemObject
Value of the information
See Also