Adds the metadata.

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

Syntax

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

Parameters

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

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