NotesToolsGetProcess(NoteType, NoteProcess) Method
Gets the process for the indicated type of note and action.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string GetProcess(
NoteType noteType,
NoteProcess process
)
Public Shared Function GetProcess (
noteType As NoteType,
process As NoteProcess
) As String
- noteType NoteType
- NoteType with note type.
- process NoteProcess
- NoteProcess with the note process.
Stringstring with the process name.