IHostManagementCreatePdfListingAsync(Int32, String, String) Method

Create a PDF of a listing asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<string> CreatePdfListingAsync(
	int id,
	string filterView = null,
	string file = null
)

Parameters

id  Int32
Listing identifier.
filterView  String  (Optional)
View filter.
file  String  (Optional)
Path and file to be generated, can be left empty.

Return Value

TaskString
String with the path and name of the generated file.

See Also