JAMS Developer Guide
Recursive Property (FileTransferSessionDownload)


MVPSI.JAMS.Activities Namespace > FileTransferSessionDownload Class : Recursive Property
Specifies whether to download recursively
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Configuration")>
<System.ComponentModel.DescriptionAttribute("Specifies whether to download recursively")>
Public Property Recursive As System.Boolean
'Usage
 
Dim instance As FileTransferSessionDownload
Dim value As System.Boolean
 
instance.Recursive = value
 
value = instance.Recursive
[System.ComponentModel.Category("Configuration")]
[System.ComponentModel.Description("Specifies whether to download recursively")]
public System.bool Recursive {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

FileTransferSessionDownload Class
FileTransferSessionDownload Members