For the complete documentation index, see llms.txt. This page is also available as Markdown.

Start-UDDownload

Starts the download of a file within the dashboard.

Synopsis

Starts the download of a file within the dashboard.

Syntax

Start-UDDownload [-FileName <String>] -StringData <String> [-ContentType <String>] [<CommonParameters>]

    Start-UDDownload [-FileName <String>] -Path <String> [-ContentType <String>] [<CommonParameters>]

    Start-UDDownload [-FileName <String>] [-ContentType <String>] -Url <String> [<CommonParameters>]

Description

Starts the download of a file within the dashboard. Only text files are supported

Parameters

-FileName

The name of the file.

Required?                    false
Position?                    named
Default value                text.txt
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-StringData

The data to be written to the file.

-Path

-ContentType

The content type of the file.

-Url

A URL to download as string data and send to the user.

Outputs

-------------------------- EXAMPLE 1 --------------------------

Last updated

Was this helpful?