OneNote.Interfaces.NoteTagLoadOptions interface

A container for the NoteTag in a paragraph.

Remarks

[ API set: OneNoteApi 1.1 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

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 LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: 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

[ API set: OneNoteApi 1.1 ]

status

Gets the status of the NoteTag object. Read-only.

status?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

type

Gets the type of the NoteTag object. Read-only.

type?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]