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.IntegrationApiAssembly: 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
)
Public Sub ProcessSegmentPairs (
processingName As String,
process As Action(Of ISegmentPair, CancelEventArgs)
)
public:
void ProcessSegmentPairs(
String^ processingName,
Action<ISegmentPair^, CancelEventArgs^>^ process
)
member ProcessSegmentPairs :
processingName : string *
process : Action<ISegmentPair, CancelEventArgs> -> unit
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 Comments