Share

iLogicVaultClass.CheckFilesExistBySearchCriteria Method

Overload List

  NameDescription
Public methodCheckFilesExistBySearchCriteria(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
Public methodCheckFilesExistBySearchCriteria(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

See Also

Reference

Was this information helpful?