You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TranslationOrganizer uses the IshTranslationTemplate to synchronize source/target/workflows coming from WorldServer, TMS, FileSystem, etc
These cmdlets would allow you to see what was sync'd, and potentially administrator one or more over the same API functions that TranslationOrganizer uses.
Add-IshTranslationTemplate
Straightforward create, passing the below translationjobtemplates xml
IshTranslationTemplate public objects for rendering
output.xml rendering the columns: type, name, alias, reference, sourcelanguage, review
Get-IshTranslationTemplate
Get because a Find would allow filtering which the API doesn't offer
The public object could also return ishtemplateref and workflow as xml
Remove-IshTranslationTemplate
-Type and -Alias are mandatory. Theoretically you could have Remove-IshTranslationTemplate which just removes all templates directly. Somewhat unsafe, then prefer a Get-IshTranslationTemplate | Remove-IshTranslationTemplate construction.
Where -Type is one of these allowed values FS|WS|TMS ... later LC?
TranslationOrganizer uses the IshTranslationTemplate to synchronize source/target/workflows coming from WorldServer, TMS, FileSystem, etc
These cmdlets would allow you to see what was sync'd, and potentially administrator one or more over the same API functions that TranslationOrganizer uses.
Add-IshTranslationTemplate
translationjobtemplates
xml-XmlTranslationTemplateList
parameterIshTranslationTemplate
public objects for renderingGet-IshTranslationTemplate
Get
because aFind
would allow filtering which the API doesn't offerRemove-IshTranslationTemplate
-Type
and-Alias
are mandatory. Theoretically you could haveRemove-IshTranslationTemplate
which just removes all templates directly. Somewhat unsafe, then prefer aGet-IshTranslationTemplate | Remove-IshTranslationTemplate
construction.-Type
is one of these allowed values FS|WS|TMS ... later LC?Create a Translation Template using
Return gives using
The text was updated successfully, but these errors were encountered: