ConvertToHtml
Class
Definition
Activity to invoke the Microsoft.PowerShell.Utility\ConvertTo-Html command in a Workflow.
public sealed class ConvertToHtml : Microsoft.PowerShell.Activities.PSActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Constructors
| ConvertToHtml() |
Gets the display name of the command invoked by this activity. |
Properties
| As |
Provides access to the As parameter. |
| Body |
Provides access to the Body parameter. |
| CssUri |
Provides access to the CssUri parameter. |
| Fragment |
Provides access to the Fragment parameter. |
| Head |
Provides access to the Head parameter. |
| InputObject |
Provides access to the InputObject parameter. |
| PostContent |
Provides access to the PostContent parameter. |
| PreContent |
Provides access to the PreContent parameter. |
| Property |
Provides access to the Property parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| Title |
Provides access to the Title parameter. |