Create a news item with the Fluent API

Use the code example below to create a news item and to set its ID, Title, and Content with the Fluent API.

NOTE: The ID argument is assigned to the master version of the news item. For more information about the different version of a news item, see For developers: Content lifecycle.

In the example below, you perform the following:
  1. Check whether a news item with the same ID already exists. 
  2. If it does not exist, create the news item by calling the CreateNew method of the singular news item facade. 
    The ID argument is assigned to the ID master version of the item. 
  3. Set the properties of the news item by calling the Do method of the facade. 
  4. Save the changes. 
  5. To publish the news item, call the MessageWorkflow method of the WorkflowManager class and pass the required parameters.
  1. Create a news item with the Fluent API

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

Get started with Integration Hub | Sitefinity Cloud | Sitefinity SaaS

This free lesson teaches administrators, marketers, and other business professionals how to use the Integration hub service to create automated workflows between Sitefinity and other business systems.

Web Security for Sitefinity Administrators

This free lesson teaches administrators the basics about protecting yor Sitefinity instance and its sites from external threats. 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?