Click or drag to resize

ReportRepositoryPdfRendtionExist Method

Finds out if a pdf rendition allready exists for a document

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 bool PdfRendtionExist(
	ODataService odataContext,
	string recordKey,
	string extension,
	KeyValuePair<string, string> header
)

Parameters

odataContext  ODataService
ODATA context
recordKey  String
Key of the record to query pdf rendition for
extension  String
The extension of the document
header  KeyValuePairString, String
Header that will show if the request is for a pdf/ua document.

Return Value

Boolean
True if a pdf rendition exists for the document
See Also