Document.OriginalDocumentTitle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.