Method GetItemImageIndex
GetItemImageIndex(object)
Gets index of the image associated with the item.
public virtual int? GetItemImageIndex(object item)
Parameters
itemobjectItem id.
Returns
- int?
Remarks
If item has no image, returns null.
Gets index of the image associated with the item.
public virtual int? GetItemImageIndex(object item)
item objectItem id.
If item has no image, returns null.