ReportRepositoryPdfRendtionExist Method |
Finds out if a pdf rendition allready exists for a document
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 bool PdfRendtionExist(
ODataService odataContext,
string recordKey,
string extension,
KeyValuePair<string, string> header
)
Public Function PdfRendtionExist (
odataContext As ODataService,
recordKey As String,
extension As String,
header As KeyValuePair(Of String, String)
) As Boolean
public:
bool PdfRendtionExist(
ODataService^ odataContext,
String^ recordKey,
String^ extension,
KeyValuePair<String^, String^> header
)
member PdfRendtionExist :
odataContext : ODataService *
recordKey : string *
extension : string *
header : KeyValuePair<string, string> -> bool
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
BooleanTrue if a pdf rendition exists for the document
See Also