Copies the edit to.

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

Syntax

C#
string CopyEditTo(
	string editUuid,
	string toUri,
	string beforeEditUuid
)
Visual Basic (Declaration)
Function CopyEditTo ( _
	editUuid As String, _
	toUri As String, _
	beforeEditUuid As String _
) As String
Visual C++
String^ CopyEditTo(
	String^ editUuid, 
	String^ toUri, 
	String^ beforeEditUuid
)

Parameters

editUuid
Type: System..::.String
Edit UUID.
toUri
Type: System..::.String
To URI.
beforeEditUuid
Type: System..::.String
Before edit UUID.

Return Value

string

See Also