Click or drag to resize
DocumentAttachmentsCopierBaseAttachmentGUIDs Property
Collection of original attachment GUID as key and copied attachment GUID as value.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
protected internal IDictionary<Guid, Guid> AttachmentGUIDs { get; }

Property Value

Type: IDictionaryGuid, Guid
See Also