Recursive Property

Summary
Gets or sets a value that specifies whether to perform the operation recursively.
Syntax
C#
VB
C++
public bool Recursive { get; set; } 
Public Property Recursive As Boolean 
public: 
property bool Recursive { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to apply the action recursively; otherwise, false.

Example

Refer to QueryFileSystem example.

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.Twain Assembly

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