IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
To modify a video library, you must perform the following:
Get the video library.
Get an instance of the video library that you want to modify.
Modify the instance of the video library.
Set the properties of the instance to the new values.
Save the video library.
Save the changes that have been made to the video library.
The example below shows you how to modify a video library by its ID.
The following code modifies a video library by its ID.
Native API
First, you get an instance of the LibrariesManager class. Then, you get the video library with the specified ID. You update the values of the properties of the video library. In this example you modify the title of the video library and its URL. Finally, you call SaveChanges to persist the changes.
Fluent API
First, you check whether a video library with the specified ID exists. Then, you get the singular facade of the video library with the specifiedID. To modify the video library, you call the Do method of the facade. In this example you update the title of the video library and its URL. Finally, to save the changes, you call the SaveChanges method of the facade.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important