Copies the event from.

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

Syntax

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

Parameters

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

Return Value

string

Implements

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

See Also