|
DataContextUserIsInGroup(SecurityPrincipal, String) Method
|
Determines if user is in a specific group or list of groups (comma separated).
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax function UserIsInGroup(securityPrincipal, group);
View SourceParameters
- securityPrincipal SecurityPrincipal
- Security principal that provides role-based security.
- group String
- Group or comma separated list of groups.
Return Value
Booleantrue if user is in
group(s); otherwise,
false.
Remarks
Set to * for any group.
See Also