{CompanyName} FlexyGo

UserSecurityConfig..::..CanRunProcess Method

Determines whether this Process can be Run.

Namespace:  FLEXYGO.Security
Assembly:  flxSecurity (in flxSecurity.dll)

Syntax


public bool CanRunProcess(
	IObjectSettings ObjectSettings,
	string ProcessName
)
Public Function CanRunProcess ( _
	ObjectSettings As IObjectSettings, _
	ProcessName As String _
) As Boolean

Parameters

ObjectSettings
Type: FLEXYGO.Objects.Settings..::..IObjectSettings
The object settings.
ProcessName
Type: String
The process identifier.

Return Value

true if this Process can be Run; otherwise, false.