Creates the editor.

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

Syntax

C#
public ISimpleEditor CreateEditor(
	string uri
)
Visual Basic (Declaration)
Public Function CreateEditor ( _
	uri As String _
) As ISimpleEditor
Visual C++
public:
virtual ISimpleEditor^ CreateEditor(
	String^ uri
) sealed

Parameters

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

Return Value

ISimpleEditor instance

Implements

IMediaMgr..::.CreateEditor(String)

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