Table of Contents

Method GetStickyNote

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

GetStickyNote(string)

Gets a sticky note by ID.

public IStickyNote GetStickyNote(string id)

Parameters

id string

The sticky-note ID.

Returns

IStickyNote

The matching sticky note, or null when none matches.