NotesToolsGetProcess(NoteType, NoteProcess) Method

Gets the process for the indicated type of note and action.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string GetProcess(
	NoteType noteType,
	NoteProcess process
)

Parameters

noteType  NoteType
NoteType with note type.
process  NoteProcess
NoteProcess with the note process.

Return Value

String
string with the process name.

Exceptions

See Also