Determines whether [is rename clip allowed] [the specified volume].

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

Syntax

C#
bool IsRenameClipAllowed(
	string volume,
	string bin
)
Visual Basic (Declaration)
Function IsRenameClipAllowed ( _
	volume As String, _
	bin As String _
) As Boolean
Visual C++
bool IsRenameClipAllowed(
	String^ volume, 
	String^ bin
)

Parameters

volume
Type: System..::.String
The volume.
bin
Type: System..::.String
The bin.

Return Value

true if renaming a clip is allowed; otherwise, false.

See Also