Dynamicweb main API
License
—
Deps
2
Install Size
—
Vulns
✓ 0
Published
Mar 3, 2026
$ dotnet add package DynamicwebThis 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.
It is recommended to install a full solution by using our .NET project templates
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
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);
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).
To learn all about the requirements, installation, setup, configuration and implementation of Dynamicweb solutions, please refer to our documentation portal.
Got any feedback or questions? Please head over to our community forum