net3000.adminservices
1.0.2
dotnet add package net3000.adminservices --version 1.0.2
NuGet\Install-Package net3000.adminservices -Version 1.0.2
<PackageReference Include="net3000.adminservices" Version="1.0.2" />
<PackageVersion Include="net3000.adminservices" Version="1.0.2" />
<PackageReference Include="net3000.adminservices" />
paket add net3000.adminservices --version 1.0.2
#r "nuget: net3000.adminservices, 1.0.2"
#:package net3000.adminservices@1.0.2
#addin nuget:?package=net3000.adminservices&version=1.0.2
#tool nuget:?package=net3000.adminservices&version=1.0.2
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<EmailResult>> GetEmailResultsByCampaign(ml_netareaLog campaignLog) |
Get Email Results By Campaign. | campaignLog (ml_netareaLog) |
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. - Use
GetEmailResultsByCampaignto merge client and admin user email addresses for campaign follow-up workflows.
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.72.0.3946)
- Microsoft.AspNetCore.Server.Kestrel.Core (>= 2.3.6)
- net3000.common (>= 10.0.5)
- System.IdentityModel.Tokens.Jwt (>= 8.15.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
CheckTeamPermissions: optional virtualDirectory and menuId (string) parameters for virtual-path and menu-specific permission resolution.