New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

Dynamicweb

Package Overview
Dependencies
Maintainers
3
Versions
867
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Dynamicweb

Dynamicweb main API

nugetNuGet
Version
10.24.7
Version published
Maintainers
3
Created
Source

Dynamicweb

This package is the main Dynamicweb package and is one of several packages that is required for a full Dynamicweb installation.

This is the package that contains the APIs for content - websites, pages, grids, paragraphs, items and more.

Getting started

It is recommended to install a full solution by using our .NET project templates

  • For full Content, Commerce and PIM solutions, use https://www.nuget.org/packages/Dynamicweb.Suite/
  • For Content only, use https://www.nuget.org/packages/Dynamicweb.Cms/

Install Dynamicweb project templates

  • Install the latest .NET SDK

  • Open PowerShell or a terminal and install the latest version of the templates package:

    $ dotnet new install Dynamicweb.ProjectTemplates
    
  • After this project templates have been installed, create a new project called 'myDynamicwebProject':

    $ dotnet new dw10-suite -n myDynamicwebProject
    
  • Run the project

    $ cd myDynamicwebProject 
    $ dotnet run
    

Usage

This package contains a number of APIs for managing the content. The main entrance is the services found in Dynamicweb.Content.Services namespace.

var page = Dynamicweb.Content.Services.Pages.GetPage(1);
var pageName = page.MenuText;
page.MetaTitle = $"Welcome to {pageName}";
Dynamicweb.Content.Services.Pages.SavePage(page);

About DynamicWeb 10

Dynamicweb is a Unified Commerce Suite with standard integration to Microsoft Dynamics ERP

DynamicWeb 10 is PIM, eCommerce, CMS, and Marketing in one powerful and flexible Commerce Suite built from the ground up on the latest .NET technology with a composable MACH (Microservices, API-first, Cloud, Headless) based architecture.

With DynamicWeb 10 you can create omnichannel B2B, B2C or D2C commerce experiences that will increase conversions and simplify back-office tasks across all your brands and stores - all from one single platform.

The open integration framework gives you an advanced starting point that includes standard templates for integrating eCommerce with ERP systems like MS Dynamics (Business Central, Finance & Operations, NAV, and AX).

Documentation

To learn all about the requirements, installation, setup, configuration and implementation of Dynamicweb solutions, please refer to our documentation portal.

Feedback

Got any feedback or questions? Please head over to our community forum

Keywords

Dynamicweb

FAQs

Package last updated on 31 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts