NotesToolsImage Method

Get the name of the image that corresponds to the type of note.

Definition

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

Parameters

noteType  NoteType
NoteType with the note type.

Return Value

String
string with the name of the image that corresponds to the type of note.

See Also