Interface IFilesApi


  • public interface IFilesApi
    High-level methods for downloading and upload files and attachment.
    Since:
    8.2.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • downloadUserPortalFile

        IUserPortalResponse<Path> downloadUserPortalFile​(IUserPortalInvocationContext ctx,
                                                         UUID portalUuid,
                                                         UUID fileUuid)
        Downloads a file from a given portal.
        Parameters:
        ctx - Invocation context for communicating with the user portal REST API.
        portalUuid - Portal uuid to download the portal file from.
        fileUuid - File uuid to download.
        Returns:
        The file from the portal.