Selects the metadata.

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

Syntax

C#
int SelectMetadata(
	string uri,
	ref int count
)
Visual Basic (Declaration)
Function SelectMetadata ( _
	uri As String, _
	ByRef count As Integer _
) As Integer
Visual C++
int SelectMetadata(
	String^ uri, 
	int% count
)

Parameters

uri
Type: System..::.String
URI.
count
Type: System..::.Int32 %
Count.

Return Value

result cookie

See Also