Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there an option to exit application without saving file modifications?
Solved! Go to Solution.
Solved! Go to Solution.
Hi @prakash.muthu ,
I am assuming that you are trying to close the work shared file without saving.
If that's the case then have a look at this below link
Close Workshared Files without Saving
If this is not what you want, could you please explain briefly what you are trying to do?
And also please note that this discussion forum is dedicated to programming Revit using the Revit API.
If your question is related to non-API then You should try one of the non-API Revit product support discussion forums
Yes, i'm asking api option to avoid save message on application exit. is there anyway to cancel save popup or save on exit?
Hi @prakash.muthu ,
Try using this below link
https://thebuildingcoder.typepad.com/blog/2009/06/autoconfirm-save-using-dialogboxshowing-event.html
Thank you Naveen Kumar.