SplitPath
Class
Definition
Activity to invoke the Microsoft.PowerShell.Management\Split-Path command in a Workflow.
public sealed class SplitPath : Microsoft.PowerShell.Activities.PSRemotingActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Microsoft.PowerShell.Activities.PSRemotingActivity
Constructors
| SplitPath() |
Gets the display name of the command invoked by this activity. |
Properties
| Credential |
Provides access to the Credential parameter. |
| IsAbsolute |
Provides access to the IsAbsolute parameter. |
| Leaf |
Provides access to the Leaf parameter. |
| LiteralPath |
Provides access to the LiteralPath parameter. |
| NoQualifier |
Provides access to the NoQualifier parameter. |
| Parent |
Provides access to the Parent parameter. |
| Path |
Provides access to the Path parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| Qualifier |
Provides access to the Qualifier parameter. |
| Resolve |
Provides access to the Resolve parameter. |