Click or drag to resize
DataClassInfoDocumentMappings Property
Collection of mappings between the document fields and SKU fields (key = document field name, value = SKU field name)

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public StringSafeDictionary<string> DocumentMappings { get; }

Property Value

Type: StringSafeDictionaryString
See Also