Passolo SDK 2022 - CPAIProject - Access the String Lists from an CPAIProject

I'm developing a tools plugin using the Passolo SDK 2022. When the project opens, I receive a CPAIProject object via the OnProjectEvent handler. I'm trying to access the project's String Lists from this object, but CPAIProject appears to have limited functionality compared to the full Passolo API. How can I drill down to the String Lists from this instance?

emoji
Parents
  • Passolo SDK and Passolo API (assuming COM) are two completely different functionalities.

    The SDK enables the development of add-ins that integrate deeply into the logic of the Passolo software and that uses the interfaces provided by the SDK. This allows features to be implemented (like parsers or dialog editors) that would never be possible with the COM API.

    The COM API, on the other hand, is a way to automate the software to a high degree from the outside. This, in turn, allows features and automations to be implemented that would never be possible with the SDK.

    Which brings me to the question, what you would like to achieve with the String Lists that you want to access? This information will help me to propose the right approach.

    emoji
Reply
  • Passolo SDK and Passolo API (assuming COM) are two completely different functionalities.

    The SDK enables the development of add-ins that integrate deeply into the logic of the Passolo software and that uses the interfaces provided by the SDK. This allows features to be implemented (like parsers or dialog editors) that would never be possible with the COM API.

    The COM API, on the other hand, is a way to automate the software to a high degree from the outside. This, in turn, allows features and automations to be implemented that would never be possible with the SDK.

    Which brings me to the question, what you would like to achieve with the String Lists that you want to access? This information will help me to propose the right approach.

    emoji
Children