Gets all metadata tags.

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

Syntax

C#
public void GetAllMetadataTags(
	out int count,
	out string xmlData
)
Visual Basic (Declaration)
Public Sub GetAllMetadataTags ( _
	<OutAttribute> ByRef count As Integer, _
	<OutAttribute> ByRef xmlData As String _
)
Visual C++
public:
virtual void GetAllMetadataTags(
	[OutAttribute] int% count, 
	[OutAttribute] String^% xmlData
) sealed

Parameters

count
Type: System..::.Int32 %
Count.
xmlData
Type: System..::.String %
XML data.

Implements

IMediaMgr..::.GetAllMetadataTags(Int32%, String%)

Remarks

This function returns a list of all metadata tags associated with any asset in the database. Each tag is a separate element in the XML document that is returned.

See Also