Show-PdToastMessage
PackageDeployment Module Help |
Package Deployment Module (DSM eScript Commands) |
Show-PdToastMessage Cmdlet |
Version 4.0.0.5 |
Show-PdToastMessage
Synopsis
Displays a Toast Notification.
Syntax
Show-PdToastMessage [[-Xml] <String[]>] [[-Title] <String>] [[-Selection] <String[]>] [[-ResultVariablePrefix] <String>] [[-Context] <String>] [[-Message] <String>] [[-Caption] <String>] [[-Button1] <String>] [[-Button2] <String>] [[-Button3] <String>] [[-ImagePlacement] <String>] [[-Image] <String>] [[-Textbox] <String>] [<CommonParameters>]
Description
Displays a Toast Notification.
Parameters
-Button1 <String> |
||||||
The text of the first button. |
||||||
|
-Button2 <String> |
||||||
The text of the second button. |
||||||
|
-Button3 <String> |
||||||
The text of the third button. |
||||||
|
-Caption <String> |
||||||
The caption of the Toast Notification. |
||||||
|
-Context <String> |
||||||
User: Execution under user account; logging in HKEY_CURRENT_USER, i.e. for the user. |
||||||
|
-Image <String> |
||||||
The path to the image to be displayed. |
||||||
|
-ImagePlacement <String> |
||||||
Defines the placement of the image being used. Possible values are: Hero, AppLogoOverride |
||||||
|
-Message <String> |
||||||
The message to be displayed. |
||||||
|
-ResultVariablePrefix <String> |
||||||
Prefix for the generated property variables of the application. |
||||||
|
-Selection <String[]> |
||||||
The choices in the dropdown to be displayed. |
||||||
|
-Textbox <String> |
||||||
The placeholder text to be displayed in the textbox. |
||||||
|
-Title <String> |
||||||
The title of the Toast Notification. |
||||||
|
-Xml <String[]> |
||||||
The advanced Toast Notification content. |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |