JAMS Developer Guide
SearchAllSubDirectories Property (DeleteFile)


MVPSI.JAMS.Activities Namespace > DeleteFile Class : SearchAllSubDirectories Property
When enabled, this activity will search subdirectories for files matching the Path variable.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("When enabled, this activity will search subdirectories for files matching the Path variable.")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property SearchAllSubDirectories As System.Boolean
'Usage
 
Dim instance As DeleteFile
Dim value As System.Boolean
 
instance.SearchAllSubDirectories = value
 
value = instance.SearchAllSubDirectories
[System.ComponentModel.Description("When enabled, this activity will search subdirectories for files matching the Path variable.")]
[System.ComponentModel.DefaultValue()]
public System.bool SearchAllSubDirectories {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DeleteFile Class
DeleteFile Members