←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly