net3000.adminservices 1.0.2

dotnet add package net3000.adminservices --version 1.0.2
                    
NuGet\Install-Package net3000.adminservices -Version 1.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="net3000.adminservices" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="net3000.adminservices" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="net3000.adminservices" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add net3000.adminservices --version 1.0.2
                    
#r "nuget: net3000.adminservices, 1.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package net3000.adminservices@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=net3000.adminservices&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=net3000.adminservices&version=1.0.2
                    
Install as a Cake Tool

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, and account properties before invoking any lookup to ensure the library is scoped to the correct tenant.
  • Use GetEmailResultsByCampaign to 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.2 105 2/2/2026
1.0.1 92 2/2/2026
1.0.0 91 2/2/2026

CheckTeamPermissions: optional virtualDirectory and menuId (string) parameters for virtual-path and menu-specific permission resolution.