IHostDocumentsViewsShowNotes Method

Displays the list the type of note indicated.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void ShowNotes(
	NoteType noteType,
	string title = null,
	string condition = null
)

Parameters

noteType  NoteType
NoteType with the type of note.
title  String  (Optional)
Title.
condition  String  (Optional)
Condition.

See Also