IHostDocumentsGetNoteAsync Method

Get the information with the requested document asynchronously.

Definition

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

Parameters

id  Int64
Note identifier.

Return Value

TaskNote
Note with the note.

See Also