NotesToolsSerialField Method

Indicates the field of the document that stores the series, according to the type of document.

Definition

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

Parameters

noteType  NoteType
NoteType with note type.

Return Value

String
string with the field of the document that stores the series.

See Also