IHostDocumentsGetFormattedNoteDocument Method

Get the formatted document of a note using series, number and version based on the mask indicated in the [MASCARA_DOCUMENTO] parameter.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
string GetFormattedNoteDocument(
	Object serial,
	Object number,
	Object version = null
)

Parameters

serial  Object
Note document serial.
number  Object
Note document number.
version  Object  (Optional)
Note document version.

Return Value

String
String with the formatted note document.

See Also