Share via


FiscalDocument_BR.getLegalTextsAsString Method

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.

See Also

Reference

FiscalDocument_BR Table