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

ImageZoomNavigatorItemCollection.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, largeImageUrl, thumbnailUrl, zoomWindowText, expandWindowText 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, largeImageUrl, thumbnailUrl, zoomWindowText 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, largeImageUrl, thumbnailUrl Adds a new item with the specified settings to the end of the collection and returns the newly created object.
Add(String, String) imageUrl, largeImageUrl 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 settings to the end of the collection and returns the newly created object.