0
nexgen created
Hello What is the way of checking whether it is host admin? Is it just: (AbpSession.TenantId == null)
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
1 Answer(s)
-
0
Hi,
No, it only shows that current user is a host user. If you mean all host users with admin role by "host admin", then you need to check current user's role as well. If you mean the host user with username = "admin", you need to check current user's username as well.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)