Modify image libraries

To modify an album, you must perform the following:

  1. Get the album.

    Get an instance of the album that you want to modify.

  2. Modify the instance of the album.

    Set the properties of the instance to the new values.

  3. Save the album.

    Save the changes that have been made to the album.

The example below shows you how to modify an album by its ID.

Modifying an album by its ID

The following code modifies an album by its ID.

Native API

First, you get an instance of the LibrariesManager class. Then, you get the album with the specified ID. You update the values of the properties of the album. In this example you modify the title of the album and its URL. Finally, you call SaveChanges to persist the changes.

Fluent API

First, you check whether an album with the specified ID exists. Then, you get the singular facade of the album with the specified ID. To modify the album, you call the Do method of the facade. In this example you update the title of the album and its URL. Finally, to save the changes, you call the SaveChanges method of the facade.

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?