Click or drag to resize
HierarchyHelperCacheExportResult Method
Puts the result of the export to the cache (including TranslationHelper if present).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected static void CacheExportResult(
	ExportObjectSettings settings,
	string export,
	string storageKey,
	string key
)

Parameters

settings
Type: CMS.DataEngineExportObjectSettings
Export settings object
export
Type: SystemString
Exported data
storageKey
Type: SystemString
Storage key
key
Type: SystemString
Cache key
See Also