Click or drag to resize

ReportRepositoryCreateDocumentPdfRendition Method

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: 24.5.0.0 (24.5.0.0)
Syntax
public void CreateDocumentPdfRendition(
	ODataService odataContext,
	string recordKey
)

Parameters

odataContext  ODataService
ODATA context
recordKey  String
Key of the record to create rendition for
See Also