Overload List
Name | Description | |
---|---|---|
![]() | CheckFilesExistBySearchCriteria(Dictionary(String, String), Boolean, String[]) |
Search for multiple file(s) by one to many search criteria (specified as property/value pairs). Returns a list of file names found, matching the criteria. Preset Search Operator Options: [Property] is (exactly) [Value]; multiple conditions link up using AND/OR condition, depending MatchAllCriteria = True/False |
![]() | CheckFilesExistBySearchCriteria(Dictionary(String, String), Dictionary(String, Dictionary(String, String)) , Boolean, String[]) |
Search multiple file(s) by one to many search criteria as property/value pairs. Returns list of file names found, matching the criteria. Preset Search Operator Options: [Property] is (exactly) [Value]; multiple conditions link up using AND/OR condition, depending MatchAllCriteria = True/False |