Copies the event to.

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

Syntax

C#
public string CopyEventTo(
	string srcEventUuid,
	string destUri,
	string sectionUuid,
	int layer,
	string beforeEventUuid
)
Visual Basic (Declaration)
Public Function CopyEventTo ( _
	srcEventUuid As String, _
	destUri As String, _
	sectionUuid As String, _
	layer As Integer, _
	beforeEventUuid As String _
) As String
Visual C++
public:
virtual String^ CopyEventTo(
	String^ srcEventUuid, 
	String^ destUri, 
	String^ sectionUuid, 
	int layer, 
	String^ beforeEventUuid
) sealed

Parameters

srcEventUuid
Type: System..::.String
source event UUID.
destUri
Type: System..::.String
destination URI.
sectionUuid
Type: System..::.String
Section UUID.
layer
Type: System..::.Int32
Layer.
beforeEventUuid
Type: System..::.String
Before event UUID.

Return Value

string

Implements

IEventEditor..::.CopyEventTo(String, String, String, Int32, String)

See Also