NotesToolsGetProcess(String, 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(
	string noteType,
	NoteProcess process
)

Parameters

noteType  String
Note type name.
process  NoteProcess
NoteProcess with the note process.

Return Value

String
string with the process name.

See Also