Gets or sets a value indicating whether the method InsertFile should add the DICOM files in the subfolders of the destination folder (when the method is passed a null reference (Nothing in VB)).
public bool IncludeSubfolders { get; set; }
Public Property IncludeSubfolders As Boolean
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET