IHostDocumentsSetNoteAsync Method

Records the information as a note asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<long> SetNoteAsync(
	Note note
)

Parameters

note  Note
Content needed to save the document.

Return Value

TaskInt64
Int64 with the assigned record identifier.

See Also