BasePaneStandardCheckPermission Method |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic static bool CheckPermission(
string permName,
string userid
)
Public Shared Function CheckPermission (
permName As String,
userid As String
) As Boolean
public:
static bool CheckPermission(
String^ permName,
String^ userid
)
static member CheckPermission :
permName : string *
userid : string -> bool
Parameters
- permName
- Type: SystemString
- userid
- Type: SystemString
Return Value
Type:
Boolean
See Also