You’re offline. This is a read only version of the page.

  • Forums
  • Knowledge Base
  • Status
  • Updates
  • Support Cockpit
      • All
      • Web Pages
      • Forums
      • Knowledge Base Articles
  • English
    • Deutsch
    • Español
    • Français
    • English
  • Sign in
  • Home
  • Public Profile

Sebastian Schultz Regional Sales & Consultancy Manager - Indirect Sales Division

Sebastian Schultz

Joined: 7/7/2017

  • Forum Posts
  • RE: URL integration, Result list without viewer

    Tue, 26 Oct 2021 16:13:57 GMT – URL integration, Result list without viewer

    Yes that was the problem. :)

    Thank you in advance!

  • RE: URL integration, Result list without viewer

    Thu, 21 Oct 2021 14:15:39 GMT – URL integration, Result list without viewer
    Nobody any idea?
  • RE: URL integration, Result list without viewer

    Thu, 14 Oct 2021 18:56:28 GMT – URL integration, Result list without viewer
    But every time the search will be executed and opened with Process.Start in the browser there is also opening a viewer window.
    How can I open a result list only?</p>


     
  • URL integration, Result list without viewer

    Thu, 14 Oct 2021 18:53:48 GMT – URL integration, Result list without viewer

    Hello,

    I'm performing a search with the following code:

    DWIntegrationInfo integrationInfo = new DWIntegrationInfo($"https://" + @Server + "/DocuWare/Platform/WebClient", @OrganizationGUID, false);
    integrationInfo.Scheme = "https";
    integrationInfo.OrganizationId = OrganizationGUID;
    DWIntegrationUrlEncrypted encryptedURL = new DWIntegrationUrlEncrypted(integrationInfo, IntegrationType.ResultlistAndViewer, @Passphrase);
    encryptedURL.Parameters.ResultListGuid = new Guid(ResultListGUID);
    encryptedURL.Parameters.UserCredentials = new UserCredentials(@Password, @Username);
                    
    Process.Start(new ProcessStartInfo { FileName = encryptedURL.Url, UseShellExecute = true });
    

Get Help

Search in Knowledge Base
Ask Community
New Support Request
  • Get Knowledge

    • Online Help
    • Knowledge Base
    • Updates & Hotfixes
    • Cloud Status
    • Blog
    • YouTube
  • Get Support

    • Community Forums
    • Support Cockpit
    • Search & Share Ideas
    • TeamViewer
  • Get Information

    • Data Privacy Policy
    • Legal
    • Disclaimer
    • Support Lifecycle Policy
    • Sitemap

Copyright © 2022. All rights reserved.