SharedNotesViewTypeToNoteType Method

Convert a ViewType in a NoteType

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static NoteType ViewTypeToNoteType(
	ViewType viewType
)

Parameters

viewType  ViewType
ViewType to convert.

Return Value

NoteType
NoteType wiht the convert result.

See Also