Add()
|
none
|
Creates a new item with the default settings and adds it to the collection.
|
Add(String, String, String, String, String, String)
|
imageUrl, text, thumbnailUrl, fullscreenViewerThumbnailUrl, fullscreenViewerText, navigateUrl
|
Creates a new item with the specified settings and adds it to the collection.
|
Add(String, String, String, String, String)
|
imageUrl, text, thumbnailUrl, fullscreenViewerThumbnailUrl, fullscreenViewerText
|
Creates a new item with the specified settings and adds it to the collection.
|
Add(String, String, String, String)
|
imageUrl, text, thumbnailUrl, fullscreenViewerThumbnailUrl
|
Creates a new item with the specified settings and adds it to the collection.
|
Add(String, String, String)
|
imageUrl, text, thumbnailUrl
|
Creates a new item with the specified settings and adds it to the collection.
|
Add(String, String)
|
imageUrl, text
|
Creates a new item with the specified settings and adds it to the collection.
|
Add(String)
|
imageUrl
|
Creates a new item with the specified image url and adds it to the collection.
|