SDL Trados Studio
SDL Trados GroupShare
SDL Trados Business Manager
SDL Trados Live
SDL MultiTerm
SDL Passolo
SDL Speech to Text
SDL Managed Translation - Enterprise
SDL MultiTrans
SDL TMS
SDL WorldServer
Translation Management Connectors
SDL LiveContent S1000D
SDL Contenta S1000D
SDL XPP
SDL Tridion Docs
SDL Tridion Sites
SDL Content Assistant
SDL Machine Translation Cloud
SDL Machine Translation Connectors
SDL Machine Translation Edge
Language Developers
Tridion Developers
Tridion Docs Developers
Xopus Developers
Community Help
SDL User Experience
Language Products - GCS Internal Community
SDL Community Internal Group
SDL Access Customer Portal
SDL Professional Services
SDL Training & Certification
Style Guides
Language Technology Partner Group
SDL Academic Partners
SDL Enterprise Technology Partners
XyUser Group
ETUG (European Trados User Group) Public Information
Machine Translation User Group
Nordic SDL Tridion Docs User Group
SDL Tridion UK Meetup
SDL Tridion User Group New England
SDL Tridion West Coast User Group
SDL WorldServer User Group
Tridion Docs Europe & APAC User Group
Tridion User Group Benelux
Tridion User Group Ohio Valley
SDL MultiTerm Ideas
SDL Passolo Ideas
SDL Trados GroupShare Ideas
SDL Trados Studio Ideas
SDL Machine Translation Cloud Ideas
SDL Machine Translation Edge Ideas
SDL Language Cloud TMS Ideas
SDL Language Cloud Terminology Ideas
SDL Language Cloud Online Editor Ideas
SDL Managed Translation - Enterprise Ideas
SDL TMS Ideas
SDL WorldServer Ideas
SDL Tridion Docs Ideas
SDL Tridion Sites Ideas
SDL LiveContent S1000D Ideas
SDL XPP Ideas
Events & Webinars
To SDL Documentation
To SDL Support
What's New in SDL
Detecting language please wait for.......
I am working on an export plugin and I would like to present the user with the exports options and I have the following questions.
1) I see there is a CPAIExportOptions.TokenInFilter method, but how do you configure what is in the filter in using the SDK?
2) I see in the Passolo UI when using an export plugin you have the options to write
How can you configure this using the SDK?
3) Is there a way to get only deleted strings or string in the Passolo trash bin using the SDK?
I haven’t developed an export add-in for a while so I can’t give you any code sample beyond what is available in the SDK samples.
#1)
The CPAIExportOptions.TokenInFilter method is referring to the Write option in the Export wizard page (see below). This allows to do some basic filters and when starting the Export wizard from the translation list view, you can do any filtering in the list and then use the …that are currently displayed option. In addition you can further filter strings by implementing export add-in specific filters and store them in export settings like the option in the TMS export.
#2)
This cannot be configured in the add-in itself, as it is a user setting that can be set in the export wizard, Depending on fact if the export is started from the project view or if the export is started from the translation list view. You can just read the users Write option while exporting.
#3)
Yes, the export procedure will be able to check the token status and then just export deleted string entries (from the recycle bin).