If true, all segments copied over from the reference files will be marked as "PerfectMatch" and will be locked. This caters for the "fully reviewed existing project" scenario. If false, the original segment properties will be preserved and the segment will not be locked. This caters for the "mid project update" scenario, where the translator is halfway through a translation project, and the client sends all the source files again with a few tweaks in them.

Namespace: Sdl.ProjectAutomation.Settings
Assembly: Sdl.ProjectAutomation.Settings (in Sdl.ProjectAutomation.Settings.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

C#
public Setting<bool> MarkAsPerfectMatchAndLock { get; }
Visual Basic
Public ReadOnly Property MarkAsPerfectMatchAndLock As Setting(Of Boolean)
	Get
Visual C++
public:
property Setting<bool>^ MarkAsPerfectMatchAndLock {
	Setting<bool>^ get ();
}

See Also