net3000.adminservices
1.0.3
dotnet add package net3000.adminservices --version 1.0.3
NuGet\Install-Package net3000.adminservices -Version 1.0.3
<PackageReference Include="net3000.adminservices" Version="1.0.3" />
<PackageVersion Include="net3000.adminservices" Version="1.0.3" />
<PackageReference Include="net3000.adminservices" />
paket add net3000.adminservices --version 1.0.3
#r "nuget: net3000.adminservices, 1.0.3"
#:package net3000.adminservices@1.0.3
#addin nuget:?package=net3000.adminservices&version=1.0.3
#tool nuget:?package=net3000.adminservices&version=1.0.3
AdminServices
Overview
The AdminServices library bundles helper logic for Net3000 administrator portals. It coordinates access to account data, mailing list records, and configuration in order to assemble admin dashboards, build navigation menus, and hydrate email recipient lists for campaign reporting.
Public API
<details> <summary>net3000.AdminServices.adminlib</summary>
| Member | Summary | Parameters |
|---|---|---|
Task<List<menu>> adminMenus(string? appCode) |
Admin Menus. | appCode (string?) |
</details>
Usage Notes
- Set the
adminlib.myConfig,accountsDB, andaccountproperties before invoking any lookup to ensure the library is scoped to the correct tenant.
License
This library is proprietary to Net3000. Redistribution or use outside Net3000.ca solutions is not permitted.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Google.Apis.MapsPlaces.v1 (>= 1.73.0.4099)
- net3000.common (>= 10.0.11)
- net3000.common.models (>= 1.0.14)
- System.IdentityModel.Tokens.Jwt (>= 8.17.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.3: CheckTeamPermissions grants admin to client-level users (loginUser.clientID set) on any active account belonging to their client. Bump net3000.common to 10.0.11 to read the new clientID property.