Share

iLogicVaultClass.GetFileBySearchCriteria Method

Overload List

  NameDescription
Public methodGetFileBySearchCriteria(Dictionary(String, String), Boolean, Boolean, String[])
Search for a file by one to many search criteria as property/value pairs.
Downloads the first file found, if the search result lists more than a single file. Dependents and attachments are included. Overwrites existing files.
Preset Search Operator Options: [Property] is (exactly) [Value]; multiple conditions link up using AND/OR condition, depending MatchAllCriteria = True/False
Returns the file name downloaded (does not return names of downloaded children and attachments).
Public methodGetFileBySearchCriteria(Dictionary(String, String), Dictionary(String, String) , Boolean, Boolean, String[])
Search for a file by one to many search criteria as property/value pairs.
Downloads the first file found, if the search result lists more than a single file. Dependents and attachments are included. Overwrites existing files.
Preset Search Operator Options: [Property] is (exactly) [Value]; multiple conditions link up using AND/OR condition, depending MatchAllCriteria = True/False
Returns the file name downloaded (does not return names of downloaded children and attachments).
File property dictionaries return all values converted to text. Access the value using the Vault property display name as key.
Public methodGetFileBySearchCriteria(Dictionary(String, String), Dictionary(String, String) , Dictionary(String, String) , Boolean, Boolean, String[])
Search for a file by 1 to many search criteria as property/value pairs.
Downloads the first file found, if the search result lists more than a single file. Dependents and attachments are included. Overwrites existing files.
Preset Search Operator Options: [Property] is (exactly) [Value]; multiple conditions link up using AND/OR condition, depending MatchAllCriteria = True/False
Returns the file name downloaded (does not return names of downloaded children and attachments).
File and Item property dictionaries return all values converted to text. Access the value using the Vault property display name as key.

See Also

Reference

Was this information helpful?