Gets the path of the bilingual reference file associated with this file (Previously translated version of the file). Thi is required for Perfect Match operations.

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

Syntax

C#
public string BilingualReferenceFileLocalPath { get; internal set; }
Visual Basic
Public Property BilingualReferenceFileLocalPath As String
	Get
	Friend Set
Visual C++
public:
property String^ BilingualReferenceFileLocalPath {
	String^ get ();
	internal: void set (String^ value);
}

See Also