Click or drag to resize

StickyNote Class

Contains sticky note data retrieved from a sticky note search.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.StickyNoteStickyNote

Namespace:  ASI.TAM.API.Data.UI.StickyNote
Assembly:  ASI.TAM.API.Data.UI.StickyNote (in ASI.TAM.API.Data.UI.StickyNote.dll) Version: 2021.1.0.1
Syntax
public class StickyNote

The StickyNote type exposes the following members.

Properties
  NameDescription
Public propertycolor_code
A code corresponding to the color of the sticky note.
Public propertyentered_date
Displays when the sticky note was entered.
Public propertyexpiration_date
Displays when the sticky note expires.
Public propertyis_high_priority
Whether the sticky note is marked as high priority.
Public propertylast_updated_date
Displays when the sticky note was last updated.
Public propertysticky_note_id
The unique identifier specifying a sticky note.
Public propertytext
The text contined by the sticky note.
Top
See Also