ReportRepositoryCreateDocumentPdfRendition Method |
Creates PDF renditions for a given recordKey
Namespace: Scanjour.Workflow4.Web.Services.RepositoriesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic void CreateDocumentPdfRendition(
ODataService odataContext,
string recordKey
)
Public Sub CreateDocumentPdfRendition (
odataContext As ODataService,
recordKey As String
)
public:
void CreateDocumentPdfRendition(
ODataService^ odataContext,
String^ recordKey
)
member CreateDocumentPdfRendition :
odataContext : ODataService *
recordKey : string -> unit
Parameters
- odataContext ODataService
- ODATA context
- recordKey String
- Key of the record to create rendition for
See Also