Choosing to Include or Exclude Subfolders in a Task

Use the Recursive property to set or retrieve the value that determines whether or not subfolders will be included in a transfer task. This property is used often in synchronization scripts.  

Syntax

Bool Object.Recursive

Parameters

True

Include subfolders

False

Do not include subfolders

Example

Mysite.Recursive = True