< Back

Test-PodeFlashMessage

Sat Jan 18, 2020 7:20 pm

NAME Test-PodeFlashMessage



SYNOPSIS

Tests if there are any flash messages currently being stored for a supplied name.





SYNTAX

Test-PodeFlashMessage [-Name] <String> [<CommonParameters>]





DESCRIPTION

Tests if there are any flash messages currently being stored for a supplied name.





PARAMETERS

-Name <String>

The name of the flash message to check.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.Boolean





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



PS C:\\>Test-PodeFlashMessage -Name 'error'















RELATED LINKS