Accusoft.ThumbnailXpress6.Net
IncludeSubDirectory Property




Gets and sets the filter sub-directory inclusion flag.
Syntax
'Declaration
 
Public Property IncludeSubDirectory As Boolean
'Usage
 
Dim instance As Filter
Dim value As Boolean
 
instance.IncludeSubDirectory = value
 
value = instance.IncludeSubDirectory
public bool IncludeSubDirectory {get; set;}
public: __property bool get_IncludeSubDirectory();
public: __property void set_IncludeSubDirectory( 
   bool value
);
public:
property bool IncludeSubDirectory {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to include the sub-directory. Otherwise, false is used.
Remarks

The default value is true.

This flag is only relevant for a filter type of: FileAttributes.

See Also

Reference

Filter Class
Filter Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback