# C1.ImportServices.ReportExecution4.ReportExecutionServiceSoapClient.GetDocumentMap

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_ImportServices_ReportExecution4_ReportExecutionServiceSoapClient_GetDocumentMap_" data-uid="C1.ImportServices.ReportExecution4.ReportExecutionServiceSoapClient.GetDocumentMap*">GetDocumentMap Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_ImportServices_ReportExecution4_ReportExecutionServiceSoapClient_GetDocumentMap_" data-uid="C1.ImportServices.ReportExecution4.ReportExecutionServiceSoapClient.GetDocumentMap*"></a>
<h4 id="C1_ImportServices_ReportExecution4_ReportExecutionServiceSoapClient_GetDocumentMap_C1_ImportServices_ReportExecution4_ExecutionHeader_C1_ImportServices_ReportExecution4_TrustedUserHeader_C1_ImportServices_ReportExecution4_DocumentMapNode__" data-uid="C1.ImportServices.ReportExecution4.ReportExecutionServiceSoapClient.GetDocumentMap(C1.ImportServices.ReportExecution4.ExecutionHeader,C1.ImportServices.ReportExecution4.TrustedUserHeader,C1.ImportServices.ReportExecution4.DocumentMapNode@)">GetDocumentMap(ExecutionHeader, TrustedUserHeader, out DocumentMapNode)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ServerInfoHeader GetDocumentMap(ExecutionHeader ExecutionHeader, TrustedUserHeader TrustedUserHeader, out DocumentMapNode result)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetDocumentMap(ExecutionHeader As ExecutionHeader, TrustedUserHeader As TrustedUserHeader, ByRef result As DocumentMapNode) As ServerInfoHeader</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.ImportServices.ReportExecution4.ExecutionHeader.html">ExecutionHeader</a></td>
      <td><span class="parametername">ExecutionHeader</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.ImportServices.ReportExecution4.TrustedUserHeader.html">TrustedUserHeader</a></td>
      <td><span class="parametername">TrustedUserHeader</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.ImportServices.ReportExecution4.DocumentMapNode.html">DocumentMapNode</a></td>
      <td><span class="parametername">result</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.ImportServices.ReportExecution4.ServerInfoHeader.html">ServerInfoHeader</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
