OneNote.Interfaces.NoteTagLoadOptions interface
A container for the NoteTag in a paragraph.
Remarks
Properties
| $all | Specifying |
| id | Gets the Id of the NoteTag object. Read-only. |
| status | Gets the status of the NoteTag object. Read-only. |
| type | Gets the type of the NoteTag object. Read-only. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
id
Gets the Id of the NoteTag object. Read-only.
id?: boolean;
Property Value
boolean
Remarks
status
Gets the status of the NoteTag object. Read-only.
status?: boolean;
Property Value
boolean
Remarks
type
Gets the type of the NoteTag object. Read-only.
type?: boolean;
Property Value
boolean