Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

Recursive Property






Gets or sets a value that specifies whether to perform the operation recursively.
Syntax
public bool Recursive {get; set;}
'Declaration
 
Public Property Recursive As Boolean
'Usage
 
Dim instance As TwainFileSystem
Dim value As Boolean
 
instance.Recursive = value
 
value = instance.Recursive
public bool Recursive {get; set;}
 get_Recursive();
set_Recursive(value);
public:
property bool Recursive {
   bool get();
   void set (    bool value);
}

Property Value

true to apply the action recursively; otherwise, false.
Example
Refer to TwainSession.QueryFileSystem example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainFileSystem Class
TwainFileSystem Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.