Click or drag to resize

IIntrastatEntityBaseGenerateFile Method

Generates the file

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Intrastat
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
bool GenerateFile(
	string filePath,
	IErrors errors
)

Parameters

filePath
Type: SystemString
The file path
errors
Type: EBP.Api.Interfaces.MiscIErrors
Error collection

Return Value

Type: Boolean
True if the file has been generated, otherwise false
See Also