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.
|