Skip to content

Commit

Permalink
Merge pull request #1 from rafaduarte1995/rafaduarte1995-patch-1
Browse files Browse the repository at this point in the history
Update UIBlockTypesOverview.md
  • Loading branch information
rafaduarte1995 authored Nov 20, 2024
2 parents d5b9695 + 6e2797f commit 93935a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/devguide/Automation/UIBlockTypesOverview.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Example:
```csharp
var downloadButtonOptions = new AutomationDownloadButtonOptions()
{
URL = @"/Documents/DMA_COMMON_DOCUMENTS/DailyReport.pdf", // The URL to the file, which can be an absolute URL or a relative URL to the DMA hostname.
Url = @"/Documents/DMA_COMMON_DOCUMENTS/DailyReport.pdf", // The URL to the file, which can be an absolute URL or a relative URL to the DMA hostname.
StartDownloadImmediately = false, // If set to true (the default is false), the download will start immediately when the component is displayed.
ReturnWhenDownloadIsStarted = false, // If set to true (the default is false), the engine.ShowUI() method will return as soon as the download is started.
FileNameToSave = "Report.PDF", // The file name that will be saved. By default, this is the same as the file name of the document.
Expand Down

0 comments on commit 93935a9

Please sign in to comment.