[]
Returns the report document map (report outlines), can be called only after GetContent(string, string, CancellationToken) method.
public DocumentMapNode GetDocumentMap(CancellationToken cancellationToken)
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken | CancellationToken that can be used to cancel an action. |
| Type | Description |
|---|---|
| DocumentMapNode | DocumentMapNode representing report outlines, null if method was cancelled. |