NotesToolsSerialParameter Method

Indicates the name of the parameter necessary to obtain the series, depending on the type of document.

Definition

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

Parameters

noteType  NoteType
NoteType with the note type.

Return Value

String
string with the name of the parameter necessary to obtain the series.

See Also