Creates the editor.

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

Syntax

C#
ISimpleEditor CreateEditor(
	string uri
)
Visual Basic (Declaration)
Function CreateEditor ( _
	uri As String _
) As ISimpleEditor
Visual C++
ISimpleEditor^ CreateEditor(
	String^ uri
)

Parameters

uri
Type: System..::.String
URI.

Return Value

ISimpleEditor instance

Remarks

This function creates an editor object that allows you to edit an asset’s structure. The editor object currently implements the ISimpleEditor and IEventEditor interfaces.

See Also