Accusoft.ThumbnailXpress6.Net
MatchAppliesToDirectory Property




Gets and sets the filters match applies to directory flag.
Syntax
'Declaration
 
Public Property MatchAppliesToDirectory As Boolean
'Usage
 
Dim instance As Filter
Dim value As Boolean
 
instance.MatchAppliesToDirectory = value
 
value = instance.MatchAppliesToDirectory
public bool MatchAppliesToDirectory {get; set;}
public: __property bool get_MatchAppliesToDirectory();
public: __property void set_MatchAppliesToDirectory( 
   bool value
);
public:
property bool MatchAppliesToDirectory {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to include a directory. Otherwise, false is used.
Remarks

The default value is false.

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

A value of true means that for a directory to be included in the collection, its name must match the pattern criteria specified in the FilenamePattern property.

See Also

Reference

Filter Class
Filter Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback