NotesToolsCodeToType Method

Converts the thread to the appropriate document type.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static NoteType CodeToType(
	string noteType
)

Parameters

noteType  String
NoteType with the note type.

Return Value

NoteType
NoteType with the appropriate document type.

Exceptions

See Also