JAMS Developer Guide
FileList Property


MVPSI.JAMS.Activities Namespace > FileTransferSessionGetFileList Class : FileList Property
Specifies the variable used to store the resulting list of files
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Configuration")>
<System.Activities.RequiredArgumentAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies the variable used to store the resulting list of files")>
Public Property FileList As System.Activities.OutArgument(Of String())
'Usage
 
Dim instance As FileTransferSessionGetFileList
Dim value As System.Activities.OutArgument(Of String())
 
instance.FileList = value
 
value = instance.FileList
[System.ComponentModel.Category("Configuration")]
[System.Activities.RequiredArgument()]
[System.ComponentModel.Description("Specifies the variable used to store the resulting list of files")]
public System.Activities.OutArgument<string[]> FileList {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

FileTransferSessionGetFileList Class
FileTransferSessionGetFileList Members