Gets the all metadata tags.

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

Syntax

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

Parameters

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

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