Oxygen API to check whether file saved or not
Posted: Wed Jun 08, 2022 9:27 am
Hello Team , We have a requirement , wanted to check that if a file opened inside the editor saved the changes or not , want to achive this from a plugin
any API that can be used for this purpose ,
expecting some API like below we used for preventing editing read only files. pluginWorkspaceAccess.setGlobalObjectProperty(APIAccessibleOptionTags.CAN_EDIT_READ_ONLY_FILES, Boolean.FALSE);
thanks much.
any API that can be used for this purpose ,
expecting some API like below we used for preventing editing read only files. pluginWorkspaceAccess.setGlobalObjectProperty(APIAccessibleOptionTags.CAN_EDIT_READ_ONLY_FILES, Boolean.FALSE);
thanks much.