[This is preliminary documentation and is subject to change.]

The NoteInfo type exposes the following properties.

Properties

  NameDescription
Public propertyCreatedByTimestamp
The timestamp when the note was created
Public propertyCreatedByUserId
The unique id of the note creator
Public propertyGroupId
The unique id of the group that created the note
Public propertyIsGroup
True if the note is visible to the group, false otherwise
Public propertyModifiedByTimestamp
The timestamp when the note was last modified
Public propertyModifiedByUserId
The unique id of the user who last modified the note
Public propertyNote
The note description
Public propertyNoteId
The unique id of the note
Public propertyParentId
The note parent object id. The value is -1 if the note does not have any parent
Public propertyParentObjectType
The object type of the object that is parent to this note.

See Also