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.3.0.0 (23.3.0.0)
Syntax
public void CreateDocumentPdfRenditionWithHeader( ODataService odataContext, string recordKey, KeyValuePair<string, string> header )
Parameters
- odataContext
- Type: ODataService
ODATA context - recordKey
- Type: SystemString
Key of the record to create rendition for - header
- Type: System.Collections.GenericKeyValuePairString, String
Key of the record to create rendition for
See Also