Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the contatenation of the legal texts associated with the fiscal document and its lines.
Syntax
public str getLegalTextsAsString(DocuRestriction _docuRestriction, [str _separator])
Run On
Called
Parameters
- _docuRestriction
Type: DocuRestriction Enumeration
A value in DocuRestriction base enum indicating the visibility restrictions for the texts being retrieved.
- _separator
Type: str
A string to be used as separator for each text.
Return Value
Type: str
A string containing the fiscal document texts contatenated and separated from each other by the given separator character.