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

ListEditItemCollection.Add Method

Name Parameters Description
Add() none Adds a new item to the collection and returns the newly created item object.
Add(ListEditItem) item Adds the specified item to the collection
Add(String, Object, String) text, value, imageUrl Adds a new item to the collection and specifies the item’s display text, image, and associated value.
Add(String, Object) text, value Adds a new item to the collection and specifies the item’s display text and associated value.
Add(String) text Adds a new item to the collection and specifies the item’s display text.