Determines whether the user can change permissions on a specified bin.

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

Syntax

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

Parameters

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

Return Value

true if the user can change permissions the specified bin; otherwise, false.

See Also