Modify news items with the Fluent API

Use the code example below to modify a news item by the ID of its master version with the Fluent API.

NOTE: The example below modifies a news item by the ID of its master version. For more information about working with the ID of the live version, see For developers: Edit content.

In the example below, you perform the following:
  1. Check whether an item with the specified ID exists. 
  2. Get the singular news item facade of the master version with the specified ID
  3. To get the facade of the temp version, call the CheckOut method. 
  4. Make all the modifications in the Do method of the temp facade. 
    In this example, you update the title and the URL of the news item. 
  5. To transfer the changes to the master version of the item, call CheckIn
  6. To you save the changes, call SaveChanges.
  7. To publish the news item, call the MessageWorkflow method of the WorkflowManager class and pass the required parameters.
  1. Modify 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.

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?