Speed up widget development with Sitefinity MCP server. Learn more...

Modify news items with the Native API

Use the code example below to modify a news item by the ID of its master version with the Native 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. Get an instance of the NewsManager class. 
  2. Get the master version corresponding to the ID. 
  3. To get a temp version of the item, call Lifecycle.CheckOut with the master version as an argument.
  4. Make all the modifications to the temp version. 
    In this example, you update the title and the URL of the news item. 
  5. To transfer the changes to the master version, call Lifecycle.CheckIn with the temp version as argument. 
  6. By default, when calling the CheckIn method, the temp version is deleted. 
  7. Call SaveChanges to persist the changes. 
  8. 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 Native API
NEW TO SITEFINITY?

Want to learn more?

Enhance your Sitefinity skills by enrolling in free training sessions. Become Sitefinity certified through Progress Education Community to strengthen your professional credentials.

Get started with Integration Hub | Sitefinity Cloud

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 your 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 ASP.NET Core and take advantage of its decoupled architecture and modern development model.

Was this article helpful?