Question
How to get edit status of a story.
I have an issue where I need to enable a menu item if an ICML story is being currently edited or is modified.
The ICML file is placed in InDesign document and user will checkout and start editing.
I tried using Facade::IWorkgroupStoryFacade->GetEditingState( UIDRef assetRef)
but it always returns enUnknownEditingState.
Am I missing something?
Any help will be greatly appreciated.
Thank you