_Document.RevisedDocumentTitle 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 a revised document after running a legal-blackline document compare function. Read-only.
public:
property System::String ^ RevisedDocumentTitle { System::String ^ get(); };
public string RevisedDocumentTitle { get; }
member this.RevisedDocumentTitle : string
Public ReadOnly Property RevisedDocumentTitle 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.