Document.RevisedDocumentTitle Property

Definition

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

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

Property Value

The title of the revised 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