UpdateHelp Class

Definition

Activity to invoke the Microsoft.PowerShell.Core\Update-Help command in a Workflow.

public sealed class UpdateHelp : Microsoft.PowerShell.Activities.PSRemotingActivity
Inheritance

Inherited Members

Microsoft.PowerShell.Activities.PipelineEnabledActivity

Microsoft.PowerShell.Activities.PSActivity

Microsoft.PowerShell.Activities.PSRemotingActivity

Constructors

UpdateHelp()

Gets the display name of the command invoked by this activity.

Properties

Credential
Force

Provides access to the Force parameter.

FullyQualifiedModule
LiteralPath

Provides access to the LiteralPath parameter.

Module

Provides access to the Module parameter.

PSCommandName

Gets the fully qualified name of the command invoked by this activity.

Recurse

Provides access to the Recurse parameter.

SourcePath

Provides access to the SourcePath parameter.

UICulture

Provides access to the UICulture parameter.

UseDefaultCredentials

Provides access to the UseDefaultCredentials parameter.