Click or drag to resize
DocumentProcessSegmentPairs Method

[This is preliminary documentation and is subject to change.]

Processing the document segment pairs with the ability to alter the source and/or target

Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi (in Sdl.TranslationStudioAutomation.IntegrationApi.dll) Version: 4.2.0.0 (4.1.4322.0)
Syntax
public void ProcessSegmentPairs(
	string processingName,
	Action<ISegmentPair, CancelEventArgs> process
)

Parameters

processingName
Type: SystemString
A custom provided name for the processing operation used for the undo history.
process
Type: SystemActionISegmentPair, CancelEventArgs
Processing delegate responsable for analyzing the segment pairs
Remarks
Even if the source is configured to be in the editable mode this will not be functional if the document does not allow it.
See Also
Community
Edit
Be the first to Edit the community content of this topic.
Comments