Extend Sitefinity CMS data model: Reference the required assemblies

After you Extend Sitefinity CMS data model: Create the class library, you must add the required assemblies that you need for extending the Sitefinity CMS model. You can download all required Sitefinity CMS assemblies from the official Sitefinity CMS NuGet Repository. Upon package installation, references to the assemblies are automatically added to your project.

Requires system assemblies

The CustomTypes project requires the following system assemblies:

  • System
  • System.Runtime.Serialization
  • System.Web
  • System.Web.ApplicationServices
  • System.Web.Extensions

Required Sitefinity CMS NuGet packages

In addition to system assemblies, make sure your project refers to the following Sitefinity CMS NuGet packages:

  • Telerik.Sitefinity.Core.nupkg
  • Telerik.DataAccess.Core.nupkg
  • Telerik.DataAccess.Fluent.nupkg

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?