Combines the given edit with the following edit.

Namespace:  GrassValley.Mseries.Editor
Assembly:  GrassValley.Mseries.Editor (in GrassValley.Mseries.Editor.dll) Version: 1.0.0.0

Syntax

C#
string CombineNextEdit(
	string editUuid
)
Visual Basic (Declaration)
Function CombineNextEdit ( _
	editUuid As String _
) As String
Visual C++
String^ CombineNextEdit(
	String^ editUuid
)

Parameters

editUuid
Type: System..::.String
The edit UUID.

Return Value

event UUID

See Also