Contensive.CPBaseClass 5.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Contensive.CPBaseClass --version 5.0.6
NuGet\Install-Package Contensive.CPBaseClass -Version 5.0.6
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="Contensive.CPBaseClass" Version="5.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Contensive.CPBaseClass --version 5.0.6
#r "nuget: Contensive.CPBaseClass, 5.0.6"
#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.
// Install Contensive.CPBaseClass as a Cake Addin
#addin nuget:?package=Contensive.CPBaseClass&version=5.0.6

// Install Contensive.CPBaseClass as a Cake Tool
#tool nuget:?package=Contensive.CPBaseClass&version=5.0.6

The CPBaseClass package includes a reference to CPBaseClass.  See http://contensive.io/Docs for details.
Dot Net code in an Add-on is implemented by uploading the assembly to the application (site), creating an Add-on record, and adding the code's class name to the Add-on's record.
The class must expose the method 'Execute' and that method must take one argument of type CPBaseClass, and return an Object.
If the Add-on is an RPC Remote Method and the method returns a string, the Remote Method will return the string in response to an HTTP request.
When the addon is called the system passes an object as the CP argument derived from CPBaseClass.
The CP object includes properties, methods, and objects that can be used in the application.
For example, cp.file.read( filename ) reads the content from a text file from a repository configured in the application, which could be the local file system, Amazon S3 bucket, etc.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Contensive.CPBaseClass:

Package Downloads
Contensive.EcommerceApi

This package installs the dotnet API to the Contensive Ecommerce Addon.

Contensive.Processor

This package installs the library files required to create an instance of cp within an application.

Contensive.DbModels

The models shared between the contensive library and addons.

Contensive.DesignBlockBase

This package installs the Design Block Base classes.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
23.10.30.5 560 10/31/2023
23.7.12.1 730 7/13/2023
23.6.25.1 643 6/25/2023
23.6.15.3 667 6/15/2023
23.6.14.1 659 6/14/2023
23.2.12.8 731 2/13/2023
23.2.6.1 776 2/6/2023
23.2.2.4 752 2/3/2023
23.1.25.5 783 1/26/2023
22.8.16.1 895 8/16/2022
22.8.2.1 915 8/2/2022
22.6.9.1 957 7/6/2022
22.5.25.2 926 5/31/2022
22.5.18.3 887 5/18/2022
22.5.4.6 918 5/5/2022
22.4.27.5 939 4/27/2022
22.4.26.1 905 4/26/2022
22.4.11.3 912 4/13/2022
22.2.11.2 909 2/12/2022
21.11.11.1 821 11/15/2021
21.9.29.2 819 11/11/2021
21.8.4.1 851 8/6/2021
21.7.29.1 1,302 7/29/2021
21.5.6.1 1,243 5/8/2021
21.4.4.1 1,214 4/7/2021
21.3.24.1 1,233 3/25/2021
21.3.8.1 1,360 3/9/2021
20.12.6.18 1,301 12/12/2020
20.10.24.2 1,273 11/12/2020
20.10.5.1 1,464 10/5/2020
20.8.25.4 1,389 8/26/2020
5.2004.14.6 1,083 4/16/2020
5.2004.11.3 1,064 4/11/2020
5.2004.8.2 1,661 4/8/2020
5.2003.22.5 1,103 3/23/2020
5.2003.22.4 1,047 3/22/2020
5.2003.15.4 1,083 3/15/2020
5.2003.7.1 1,132 3/7/2020
5.2002.23.4 1,085 2/24/2020
5.2002.13.1 1,106 2/15/2020
5.2001.31.5 1,034 2/1/2020
5.2001.24.7 1,035 1/24/2020
5.2001.24.4 1,086 1/24/2020
5.2001.11.4 1,217 1/18/2020
5.2001.3.8 1,021 1/4/2020
5.19.1227.5 1,109 12/27/2019
5.19.1206.2 1,047 12/7/2019
5.19.1126.1 1,041 11/26/2019
5.19.1122.2 1,079 11/22/2019
5.19.1120.3 1,054 11/20/2019
5.19.1112.5 1,072 11/15/2019
5.19.1108.4 1,066 11/8/2019
5.1.191020.22 1,062 10/20/2019
5.1.191004.2 1,061 10/4/2019
5.1.190925.1 1,079 9/27/2019
5.1.190916.7 1,094 9/18/2019
5.1.190903.2 8,984 9/3/2019
5.1.190808.1 1,523 8/8/2019
5.1.11 1,148 3/15/2019
5.1.8 1,166 2/15/2019
5.1.0 1,288 11/3/2018
5.0.6 6,010 2/2/2019
5.0.5 1,250 11/9/2018
5.0.4 1,258 11/9/2018
5.0.3 2,537 2/15/2019

Converted CPCSBaseClass methods with optional arguments to overloaded methods so defaults do not compile into clients