GetChildItem
Class
Definition
Activity to invoke the Microsoft.PowerShell.Management\Get-ChildItem command in a Workflow.
public sealed class GetChildItem : Microsoft.PowerShell.Activities.PSRemotingActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Microsoft.PowerShell.Activities.PSRemotingActivity
Constructors
| GetChildItem() |
Gets the display name of the command invoked by this activity. |
Properties
| Attributes |
Provides access to the Attributes parameter. |
| Directory |
Provides access to the Directory parameter. |
| Exclude |
Provides access to the Exclude parameter. |
| File |
Provides access to the File parameter. |
| Filter |
Provides access to the Filter parameter. |
| Force |
Provides access to the Force parameter. |
| Hidden |
Provides access to the Hidden parameter. |
| Include |
Provides access to the Include parameter. |
| LiteralPath |
Provides access to the LiteralPath parameter. |
| Name |
Provides access to the Name parameter. |
| Path |
Provides access to the Path parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| ReadOnly |
Provides access to the ReadOnly parameter. |
| Recurse |
Provides access to the Recurse parameter. |
| System |
Provides access to the System parameter. |