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