Skip to main content
A newer version of this page is available. .
Tab

ImageSliderItemCollection.Add Method

Name Parameters Description
Add() none Adds a new item with the default settings to the end of the collection and returns the newly created object.
Add(String, String, String, String, String) imageUrl, thumbnailUrl, navigateUrl, text, name Adds a new item with the specified settings to the end of the collection and returns the newly created object.
Add(String, String, String, String) imageUrl, thumbnailUrl, navigateUrl, text Adds a new item with the specified settings to the end of the collection and returns the newly created object.
Add(String, String, String) imageUrl, thumbnailUrl, navigateUrl Adds a new item with the specified settings to the end of the collection and returns the newly created object.
Add(String, String) imageUrl, thumbnailUrl Adds a new item with the specified settings to the end of the collection and returns the newly created object.
Add(String) imageUrl Adds a new item with the specified image URL to the end of the collection and returns the newly created object.