Type alias UploadPdfFromUrlParams

UploadPdfFromUrlParams: {
    componentSubtype: ResearchObjectComponentDocumentSubtype;
    externalUrl: ExternalUrl;
    targetPath: string;
    uuid: string;
}

Parameters required for uploading an externally hosted PDF file

Type declaration

  • componentSubtype: ResearchObjectComponentDocumentSubtype

    What type of document the target file is

  • externalUrl: ExternalUrl

    Web URL to the target document, and its filename

  • targetPath: string

    Target path in the drive (folders must already exist)

  • uuid: string

    The node to uppload the document to

Generated using TypeDoc