Alert

Alert component for Universal Apps.

Alerts provide a simple way to communicate information to a user.

Simple Alerts

Alerts have four different severities and can include text or other content.

New-UDAlert -Severity 'error' -Text 'This is an error alert โ€” check it out!' 
New-UDAlert -Severity 'warning' -Text 'This is an warning alert โ€” check it out!'
New-UDAlert -Severity 'info' -Text 'This is an error info โ€” check it out!' 
New-UDAlert -Severity 'success' -Text 'This is an success alert โ€” check it out!'
Alert Types

Advanced Alerts

Alerts can contain any component and also a title.

Advanced Alerts

API

New-UDAlert

Last updated

Was this helpful?