Gets the num assets.

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

Syntax

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

Parameters

volume
Type: System..::.String
Volume.
bin
Type: System..::.String
Bin.
count
Type: System..::.Int32 %
Count.

Remarks

This function returns the number of assets that appear in the given bin. Assets that begin with the ‘~’ character are not included in the count.

See Also