←Select platform

IncludeSubfolders Property

Summary
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)).
Syntax
C#
VB
C++
public bool IncludeSubfolders { get; set; } 
Public Property IncludeSubfolders As Boolean 
public: 
property bool IncludeSubfolders { 
   bool get(); 
   void set (    bool value); 
} 

Property 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.

Example

For an example, refer to Reset.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.