ReportRepositoryCreateDocumentPdfRendition Method

Scanjour Workflow4 Reference Manual
Creates PDF renditions for a given recordKey

Namespace:  Scanjour.Workflow4.Web.Services.Repositories
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public void CreateDocumentPdfRendition(
	ODataService odataContext,
	string recordKey
)

Parameters

odataContext
Type: ODataService
ODATA context
recordKey
Type: SystemString
Key of the record to create rendition for
See Also

Reference