_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.
Returns the document title for the original document after running a legal-blackline document compare function. Read-only.
public:
property System::String ^ OriginalDocumentTitle { System::String ^ get(); };
public string OriginalDocumentTitle { get; }
member this.OriginalDocumentTitle : string
Public ReadOnly Property OriginalDocumentTitle As String
Property Value
String
Remarks
To perform a legal-blackline document compare, use the CompareDocuments(Document, Document, WdCompareDestination, WdGranularity, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, Boolean) method.