Method GetItemById
GetItemById(int, bool)
Finds the ISizerItem with the specified id.
ISizerItem? GetItemById(int id, bool recursive = false)
Parameters
Returns
- ISizerItem
ISizerItem or
null
if there is no item with the specified id.
Finds the ISizerItem with the specified id.
ISizerItem? GetItemById(int id, bool recursive = false)
ISizerItem or null
if there is no item with
the specified id.