Class AddFileDescriptorExceptionNotificationEvent
Used by third party components to register an exception in the file descriptor handling event (mainly for suppressing notifications regarding missing file descriptors)
Inherited Members
Namespace: Sdl.TranslationStudioAutomation .IntegrationApi .Events
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public class AddFileDescriptorExceptionNotificationEvent
Constructors
AddFileDescriptorExceptionNotificationEvent(string, object)
Creates an instance of the notification event for adding exceptions regarding the processing of certain file descriptor ids
Declaration
public AddFileDescriptorExceptionNotificationEvent(string exemptedFileDescriptorId, object sender)
Parameters
Type | Name | Description |
---|---|---|
string | exemptedFileDescriptorId | The exempted file descriptor id |
object | sender | The class that sends the request |
Properties
ExemptedFileDescriptorId
The ID of the file descriptor supposed to be exempted from processing in Trados
Declaration
public string ExemptedFileDescriptorId { get; }
Property Value
Type | Description |
---|---|
string |
Sender
Might be required for debugging
Declaration
public object Sender { get; }
Property Value
Type | Description |
---|---|
object |