Get RSID from doc track changes

Hi,

I need to get the RSID for tracked changes in doc files. Is there a way to do with using the Aspose.Word api?

Regards

Hi Dawson,

Thanks for your inquiry. Revision class represents a revision (tracked change) in a document node or style. Use RevisionType to check the type of this revision. Please read the members of Revision class from here:
https://reference.aspose.com/words/net/aspose.words/revision/

Aspose.Words does provide any ID for track changes of Word document. Could you please elaborate your query what exact you want to achieve by using Aspose.Words?