NotesToolsNumberField Method

Indicates the field that stores the document number, 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 NumberField(
	NoteType noteType
)

Parameters

noteType  NoteType
NoteType with note type.

Return Value

String
string with the field that stores the document number.

See Also