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: 20.3
Syntaxpublic 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