Method GetStickyImage
GetStickyImage(string)
Gets a sticky image by ID.
public IStickyImage GetStickyImage(string id)
Parameters
idstringThe sticky-image ID.
Returns
- IStickyImage
The matching sticky image, or null when none matches.
Gets a sticky image by ID.
public IStickyImage GetStickyImage(string id)
id stringThe sticky-image ID.
The matching sticky image, or null when none matches.