adTempus API
ArcanaDevelopment.adTempus.Shared.FileOperations Namespace / FileOperationTaskSettings Class / IncludeFiles Property


In This Topic
    IncludeFiles Property
    In This Topic
    List of files or patterns to include in the operation
    Syntax
    'Declaration
     
    
    <ExtensionMemberAttribute()>
    <DataMemberAttribute("Files")>
    Public ReadOnly Property IncludeFiles As List(Of String)
    [ExtensionMember()]
    [DataMember("Files")]
    public List<string> IncludeFiles {get;}
    [ExtensionMember()]
    [DataMember("Files")]
    public:
    property List<String^>^ IncludeFiles {
       List<String^>^ get();
    }
    Remarks
    If SourceDirectory is set, each file name must be specified relative to that directory. Otherwise each file name must be specified relative to the root of the provider (e.g., the full path and name for a local file; the full path relative to the user's home directory for an ftp connection).
    See Also