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