IHostManagementCreatePdfListingAsync(Int32, String, String) Method
Create a PDF of a listing asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<string> CreatePdfListingAsync(
int id,
string filterView = null,
string file = null
)
Function CreatePdfListingAsync (
id As Integer,
Optional filterView As String = Nothing,
Optional file As String = Nothing
) As Task(Of String)
- id Int32
- Listing identifier.
- filterView String (Optional)
- View filter.
- file String (Optional)
- Path and file to be generated, can be left empty.
TaskStringString with the path and name of the generated file.