Shows a Sheer dialog with text results showing the output of the script or another control selected by the user based on either control name or Url to the control.
Show-Result -Control <String> [-Parameters <String[]>] [-Title <String>] [-Width <Int32>] [-Height <Int32>]
Show-Result -Url <String> [-Title <String>] [-Width <Int32>] [-Height <Int32>]
Show-Result [-Text] [-Title <String>] [-Width <Int32>] [-Height <Int32>]
Shows a Sheer dialog with text results showing the output of the script or another control selected by the user based on either control name or Url to the control.
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
Name of the Sheer control to execute.
Aliases | |
---|---|
Required? | true |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
Url to the Sheer control to execute.
Aliases | |
---|---|
Required? | true |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
Parameters to be passed to the executed control when executing with the -Control parameter specified.
Aliases | |
---|---|
Required? | false |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
Shows the default text dialog.
Aliases | |
---|---|
Required? | false |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
Title of the window containing the control.
Aliases | |
---|---|
Required? | false |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
Width of the window containing the control.
Aliases | |
---|---|
Required? | false |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
Height of the window containing the control.
Aliases | |
---|---|
Required? | false |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
The input type is the type of the objects that you can pipe to the cmdlet.
- Sitecore.Data.Items.Item
The output type is the type of the objects that the cmdlet emits.
- System.String
Help Author: Adam Najmanowicz, Michael West
Show results of script executio
PS master:\> Show-Result -Text
Show the Control Panel control in a Window of specified size.
PS master:\> Show-Result -Control "ControlPanel" -Width 1024 -Height 640
Shows a new instance of ISE
Show-Result -Url "/sitecore/shell/Applications/PowerShell/PowerShellIse"