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