Page 1 of 1

Retrieve authorSwingDndExtension info in JAVA

Posted: Thu Jun 13, 2024 6:21 pm
by Isabelle
Hello,

We use sdk 26.0.0.0.
I need to get the value of authorSwingDndExtension attribute we have defined in our exf framework.
Is it possible to retrieve it from WSEditor class or an other class ?

Thanks,
Regards,
Isabelle

Re: Retrieve authorSwingDndExtension info in JAVA

Posted: Thu Jun 13, 2024 7:00 pm
by Radu
Hi Isabelle,
We do not have specific API for this.
We have the API "WSEditor.getDocumentTypeInformation()". Then you could get access to the XML from which the framework config is loaded "DocumentTypeInformation.getFrameworkStoreLocation()", so maybe you could parse it...
Regards,
Radu