Adds the metadata.

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

Syntax

C#
public void AddMetadata(
	string uri,
	string tagName,
	Object data
)
Visual Basic (Declaration)
Public Sub AddMetadata ( _
	uri As String, _
	tagName As String, _
	data As Object _
)
Visual C++
public:
virtual void AddMetadata(
	String^ uri, 
	String^ tagName, 
	Object^ data
) sealed

Parameters

uri
Type: System..::.String
URI.
tagName
Type: System..::.String
Name of the tag.
data
Type: System..::.Object
Data.

Implements

IMediaMgr..::.AddMetadata(String, String, Object)

Remarks

This function associates the data value with the metadata tag name for the given asset URI. This allows you to extend the asset database with new fields.

See Also