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


In This Topic
    MaintainDirectoryStructure Property
    In This Topic
    Indicates whether the source directory structure is maintained when files are transferred to the target. If true the directory structure is recreated under the TargetName. If false all files are written to the TargetName
    Syntax
    'Declaration
     
    
    <ExtensionMemberAttribute()>
    <DataMemberAttribute()>
    Public Property MaintainDirectoryStructure As Boolean
    [ExtensionMember()]
    [DataMember()]
    public bool MaintainDirectoryStructure {get; set;}
    [ExtensionMember()]
    [DataMember()]
    public:
    property bool MaintainDirectoryStructure {
       bool get();
       void set (    bool value);
    }
    See Also