Namespace Sdl.ProjectAutomation.FileBased
Classes
AbstractContentProcessor
Base class used to process a bilingual document.
AbstractContentTask
Base class implemented by a content task
FileBasedProject
This class provides an implementation of the IProject interface for working with Trados Studio projects.
LicensingException
A licensing related exception. This usually indicates that a valid license is not available to use the Project Automation API.
ProjectCredentials
Represents credentials for translation providers and termbase servers to be used during project processing. You can access this using Credentials.
When creating or opening a project that refers to translation providers or termbases that require credentials, the appropriate credentials should be set up using AddCredential(Uri, String), before executing automatic tasks or anything else that requires access to these translation providers or termbases.
Note that these credentials will only be used for local processing and will not be included in any project packages. The user who opens the project package will be asked to provide the appropriate credentials.
If credentials for translation providers or termbases have been specified in Trados Studio and the user has chose to persist these, these credentials will be automatically available to projects that are run on the same machine and you are not required to provide them programmatically again.
ProjectEvent
Holds information about the project events. This class is used when events occur within a project.
ProjectServer
PublishProjectEventArgs
Used to monitor the progress of a publish project operation
PublishProjectResult
Returns the final status and any messages that occured during the Publish Project operation
ServerProjectInfo
Class used to store the information required for to store a project on a project server
TaskSequences
This class defines standard sequences of well-known automatic task template IDs, which can be used to pass to RunAutomaticTasks(Guid[], String[]) for running a sequence of automatic tasks. The task sequences defined here are similar to the default sequences available in the Trados Studio user interface.