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#
public string CombineNextEdit(
	string editUuid
)
Visual Basic (Declaration)
Public Function CombineNextEdit ( _
	editUuid As String _
) As String
Visual C++
public:
virtual String^ CombineNextEdit(
	String^ editUuid
) sealed

Parameters

editUuid
Type: System..::.String

[Missing <param name="editUuid"/> documentation for "M:GrassValley.Mseries.Editor.EditorProxy.CombineNextEdit(System.String)"]

Return Value

[Missing <returns> documentation for "M:GrassValley.Mseries.Editor.EditorProxy.CombineNextEdit(System.String)"]

Implements

ISimpleEditor3..::.CombineNextEdit(String)

See Also