get_item_by_id
Description:
[
Version ( since =
"0.1.0" ) ]
public Item get_item_by_id (
string id)
throws Error
Finds the item with the specified ID, falling back to the ID alias if set.
Parameters:
| this |
File
|
| id |
An ID, typically a filename basename
|
Returns:
|
a Item, or null if the filename was not found
|