Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Navigation menu component used in the MainLayout.razor.
MainLayout.razor
NavMenu.razor
1.0.0
_uploadPermissionsGroupId
string
Guid
_userInUploadPermissionsGroup
bool
protected override async Task OnInitializedAsync() { await UserService.InitializeCurrentUserAsync(); if ( UserService.CurrentUser != null ) { _userInUploadPermissionsGroup = await GroupService.UserIsInGroup( UserService.CurrentUser.Id, _uploadPermissionsGroupId ); } }