Hello,
I am working with event registration for folders. I understand that I need to call IDfSysObject.registerEvent. What I can't figure out is how I should check if the object is already registered, since I will get a DfException if i call the method while it's already registered.
Is the only option to query the dmi_registery table? OR is there a nifty DFC method that I can reuse? I haven't seen it in the API javadocs but hoping it's some obsure utility class somewhere...
Any ideas?