C#
Objective-C
C++
public bool IncludeSubfolders { get; set; }
vb[VB Syntax]
Public Property IncludeSubfolders As Boolean
@property (nonatomic, assign) BOOL includeSubfolders;
public:
property bool IncludeSubfolders {
bool get();
void set ( bool value);
}
true to add the files in the subfolders of the destination folder to the DICOM Directory; false to add only the files in the destination folder to the DICOM Directory.
For an example, refer to Reset.