Metodo UsrUserCan(DedStandardPerm, Boolean, String)
|
Verifica se l'utente ha il permesso generale standard richiesto.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public bool Can(
DedStandardPerm perm,
bool checkOnlyGeneralPerm = false,
string discrim = "*"
)
Public Function Can (
perm As DedStandardPerm,
Optional checkOnlyGeneralPerm As Boolean = false,
Optional discrim As String = "*"
) As Boolean
public:
bool Can(
DedStandardPerm perm,
bool checkOnlyGeneralPerm = false,
String^ discrim = L"*"
)
member Can :
perm : DedStandardPerm *
?checkOnlyGeneralPerm : bool *
?discrim : string
(* Defaults:
let _checkOnlyGeneralPerm = defaultArg checkOnlyGeneralPerm false
let _discrim = defaultArg discrim "*"
*)
-> bool
Parametri
- perm DedStandardPerm
- Permesso da verificare.
- checkOnlyGeneralPerm Boolean (Optional)
-
- discrim String (Optional)
-
Valore di ritorno
BooleanRestituisce true se l'utente ha il permesso generale standard richiesto altrimenti false.
Vedi anche