Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationOptions Class / RecurseIntoSubFolders Field


In This Topic
    RecurseIntoSubFolders Field
    In This Topic
    A boolean value indicating whether to recurse into subfolders: true if files and folders contained in the subfolders should be synchronized; false if only files that are immediate children of a folder should be synchronized.
    Syntax
    'Declaration
     
    Public RecurseIntoSubFolders As Boolean
    'Usage
     
    Dim instance As SynchronizationOptions
    Dim value As Boolean
     
    value = instance.RecurseIntoSubFolders
     
    instance.RecurseIntoSubFolders = value
    public bool RecurseIntoSubFolders
    Remarks

    This field's value is only used when performing a folder synchronization.

    The default value of this field is true.

    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