Document.OriginalDocumentTitle Property

Definition

Gets the title of the original document after performing a legal-blackline document compare operation.

public:
 property System::String ^ OriginalDocumentTitle { System::String ^ get(); };
public string OriginalDocumentTitle { get; }
member this.OriginalDocumentTitle : string
Public ReadOnly Property OriginalDocumentTitle As String

Property Value

The title of the original document after performing a legal-blackline document compare operation.

Remarks

To perform a legal-blackline document compare operation, use the CompareDocuments method of the Application property.

Applies to