< Back

Add-ClarityCardBody

Mon Jan 13, 2020 2:38 am

NAME Add-ClarityCardBody



SYNOPSIS





SYNTAX

Add-ClarityCardBody [-CardText] <String> [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Returns the HTML needed to start Start a Clarity Card Body.





PARAMETERS

-CardText <String>

Title of the card.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

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.String



System.Boolean





NOTES





No notes at this time.



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



PS C:\\>Add-ClarityCardBody -CardText "SomeHTML"















RELATED LINKS