Deletes the edit.

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

Syntax

C#
void DeleteEdit(
	string editUuid
)
Visual Basic (Declaration)
Sub DeleteEdit ( _
	editUuid As String _
)
Visual C++
void DeleteEdit(
	String^ editUuid
)

Parameters

editUuid
Type: System..::.String
Edit UUID.

Remarks

This function deletes the given edit. Edit that follow are rippled to fill the hole.

See Also