IHostDocumentsGetFormattedNoteDocument Method
Get the formatted document of a note using series, number and version based on the mask indicated in the [MASCARA_DOCUMENTO] parameter.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
string GetFormattedNoteDocument(
Object serial,
Object number,
Object version = null
)
Function GetFormattedNoteDocument (
serial As Object,
number As Object,
Optional version As Object = Nothing
) As String
- serial Object
- Note document serial.
- number Object
- Note document number.
- version Object (Optional)
- Note document version.
StringString with the formatted note document.