Click or drag to resize
AbstractImportExportSettingsGetFromPersistentStorage Method
Gets the settings from the persistent storage.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static AbstractImportExportSettings GetFromPersistentStorage(
	string key
)

Parameters

key
Type: SystemString
Key to the persistent storage

Return Value

Type: AbstractImportExportSettings
See Also