groupsharekit.net icon indicating copy to clipboard operation
groupsharekit.net copied to clipboard

Download Target documents

Open charettedavid opened this issue 4 years ago • 1 comments

Is there a way to download Target document? Not the xliff but the docx. I tried _client.Project.DownloadFile(new FileDownloadRequest(projectId, "", FileDownloadRequest.Types.Targetfiles)) But alway return the xliff. Thank you

charettedavid avatar Apr 01 '20 14:04 charettedavid

Hi @charettedavid . This is available in GroupShare 2020 and GroupShare 2017 CU09 onwards The master branch of the GroupShareKit is compatible with GroupShare 2020. You can find an example here- https://github.com/sdl/groupsharekit.net/blob/f2437aecb28d59439ff8e2f549faca02673a6341/Sdl.Community.GroupShareKit.Tests.Integration/Clients/FileDownloadTests.cs#L39

cromica avatar Apr 09 '20 07:04 cromica