EntryCopyOptionsIdMappingHints Property

Gets or sets a dictionary which provides mapping hints.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public IDictionary<Guid, Guid>? IdMappingHints { get; set; }

Property Value

Type: IDictionaryGuid, Guid
Remarks
If a mapping for a particular ID is found as a key in the dictionary, the copy mechanism will attempt to use the corresponding value as the replacement ID. This may be necessary if you are copying multiple entities which need the same new IDs generated during the copy operation.
See Also