Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1.39 KB

send-sheermessage.md

File metadata and controls

66 lines (43 loc) · 1.39 KB

Send-SheerMessage

Sends a sheer message to the app in which context the script is executing.

Syntax

Send-SheerMessage [-Name] <String> [-GetResult] [-Parameters <Hashtable>]

Detailed Description

Sends a sheer message to the app in which context the script is executing.

© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions

Parameters

-Name <String>

Name of the Sheer message to execute.

Aliases
Required? true
Position? 1
Default Value
Accept Pipeline Input? true (ByValue)
Accept Wildcard Characters? false

-GetResult <SwitchParameter>

Aliases
Required? false
Position? named
Default Value
Accept Pipeline Input? false
Accept Wildcard Characters? false

-Parameters <Hashtable>

Aliases
Required? false
Position? named
Default Value
Accept Pipeline Input? false
Accept Wildcard Characters? false

Notes

Help Author: Adam Najmanowicz, Michael West

Examples

EXAMPLE

If you execute the following script in the PowerShell ISE the Save dialog will popup

Send-SheerMessage -Name 'ise:save'

Related Topics