Checks for valid account.

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

Syntax

C#
bool CheckForValidAccount(
	string user,
	bool isSID
)
Visual Basic (Declaration)
Function CheckForValidAccount ( _
	user As String, _
	isSID As Boolean _
) As Boolean
Visual C++
bool CheckForValidAccount(
	String^ user, 
	bool isSID
)

Parameters

user
Type: System..::.String
The user.
isSID
Type: System..::.Boolean
if set to true then the user is in SID form.

Return Value

true if valid account; otherwise, false.

See Also