- void AddAlbumsToCollection(IEnumerable<NeonScriptAlbum> albums, NeonScriptAlbumCollection collection) Adds a collection of albums to the specified collection.Parameters
Name Description albums The albums that should be added collection The collection the albums should be added to - Task AddAlbumsToCollectionAsync(IEnumerable<NeonScriptAlbum> albums, NeonScriptAlbumCollection collection) Adds a collection of albums to the specified collection. (Asynchronous version)Parameters
Name Description albums The albums that should be added collection The collection the albums should be added to - void AddAlbumToCollection(NeonScriptAlbum album, NeonScriptAlbumCollection collection) Adds an album to the specified collection.Parameters
Name Description album The albums that should be added collection The collection the albums should be added to - Task AddAlbumToCollectionAsync(NeonScriptAlbum album, NeonScriptAlbumCollection collection) Adds an album to the specified collection. (Asynchronous version)Parameters
Name Description album The albums that should be added collection The collection the albums should be added to - List<NeonScriptAlbumCollection> GetAlbumCollections() Returns all album collections available.
- void RemoveAlbumFromCollection(NeonScriptAlbum album, NeonScriptAlbumCollection collection) Removes a specific album from the specified collection.Parameters
Name Description album The album that should be removed collection The collection that should be removed - void RemoveAlbumsFromCollection(IEnumerable<NeonScriptAlbum> albums, NeonScriptAlbumCollection collection) Removes all albums from the specified collection.Parameters
Name Description albums The albums to remove from a collection collection The collection that should be removed - IEnumerable<NeonScriptAlbumCollection> AlbumCollections() Returns all album collections available.Returns: A list of NeonScriptAlbumCollection
Scripting - Album Collections Print
Created by: Mikael Stalvik
Modified on: Tue, 19 Aug, 2025 at 4:29 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.