Contensive.CPBaseClass 5.0.4

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

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

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
24.2.27.4 0 4/19/2024
23.10.30.5 576 10/31/2023
23.7.12.1 745 7/13/2023
23.6.25.1 658 6/25/2023
23.6.15.3 682 6/15/2023
23.6.14.1 673 6/14/2023
23.2.12.8 746 2/13/2023
23.2.6.1 791 2/6/2023
23.2.2.4 767 2/3/2023
23.1.25.5 798 1/26/2023
22.8.16.1 910 8/16/2022
22.8.2.1 930 8/2/2022
22.6.9.1 972 7/6/2022
22.5.25.2 941 5/31/2022
22.5.18.3 902 5/18/2022
22.5.4.6 933 5/5/2022
22.4.27.5 954 4/27/2022
22.4.26.1 920 4/26/2022
22.4.11.3 927 4/13/2022
22.2.11.2 924 2/12/2022
21.11.11.1 835 11/15/2021
21.9.29.2 834 11/11/2021
21.8.4.1 866 8/6/2021
21.7.29.1 1,317 7/29/2021
21.5.6.1 1,258 5/8/2021
21.4.4.1 1,229 4/7/2021
21.3.24.1 1,248 3/25/2021
21.3.8.1 1,376 3/9/2021
20.12.6.18 1,317 12/12/2020
20.10.24.2 1,289 11/12/2020
20.10.5.1 1,480 10/5/2020
20.8.25.4 1,405 8/26/2020
5.2004.14.6 1,099 4/16/2020
5.2004.11.3 1,079 4/11/2020
5.2004.8.2 1,677 4/8/2020
5.2003.22.5 1,118 3/23/2020
5.2003.22.4 1,063 3/22/2020
5.2003.15.4 1,099 3/15/2020
5.2003.7.1 1,148 3/7/2020
5.2002.23.4 1,101 2/24/2020
5.2002.13.1 1,122 2/15/2020
5.2001.31.5 1,050 2/1/2020
5.2001.24.7 1,051 1/24/2020
5.2001.24.4 1,102 1/24/2020
5.2001.11.4 1,233 1/18/2020
5.2001.3.8 1,037 1/4/2020
5.19.1227.5 1,125 12/27/2019
5.19.1206.2 1,063 12/7/2019
5.19.1126.1 1,057 11/26/2019
5.19.1122.2 1,095 11/22/2019
5.19.1120.3 1,070 11/20/2019
5.19.1112.5 1,088 11/15/2019
5.19.1108.4 1,082 11/8/2019
5.1.191020.22 1,078 10/20/2019
5.1.191004.2 1,077 10/4/2019
5.1.190925.1 1,095 9/27/2019
5.1.190916.7 1,110 9/18/2019
5.1.190903.2 9,000 9/3/2019
5.1.190808.1 1,539 8/8/2019
5.1.11 1,164 3/15/2019
5.1.8 1,182 2/15/2019
5.1.0 1,304 11/3/2018
5.0.6 6,026 2/2/2019
5.0.5 1,266 11/9/2018
5.0.4 1,273 11/9/2018
5.0.3 2,577 2/15/2019

CPFileSystemBaseClass methods were camelCase not PascalCase