Page.PageContentRevisionSummary Property

Aspose.Note for .NET API

PagePageContentRevisionSummary Property

Gets or sets the revision summary for the page and it's child nodes.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public RevisionSummary PageContentRevisionSummary { get; set; }
Public Property PageContentRevisionSummary As RevisionSummary
	Get
	Set
public:
property RevisionSummary^ PageContentRevisionSummary {
	RevisionSummary^ get ();
	void set (RevisionSummary^ value);
}
member PageContentRevisionSummary : RevisionSummary with get, set

Property Value

Type: RevisionSummary
See Also