Click or drag to resize

ConfigurationChangesAllowReImport Property

If set to true, the import will not check if the change already has been imported and always try to import it. It is used in language pack files where strings are updated between (patch) releases

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool AllowReImport { get; set; }

Property Value

Type: Boolean
See Also