Inserts the play event.

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

Syntax

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

Parameters

uri
Type: System..::.String
URI.
sectionUuid
Type: System..::.String
Section UUID.
layer
Type: System..::.Int32
Layer.
beforeEventUuid
Type: System..::.String
Before event UUID.

Return Value

string

Implements

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

See Also