Overload List
Name | Description | |
---|---|---|
![]() | GetFileByFullFilePath(String, Boolean) |
Downloads Vault file using full file path, e.g. "$/Designs/Base.ipt". Returns full file name in local working folder. Children and attachments are also downloaded. |
![]() | GetFileByFullFilePath(String, Dictionary(String, String) , Boolean) |
Downloads Vault file using full file path, e.g. "$/Designs/Base.ipt". Returns full file name in local working folder. Children and attachments are also downloaded. File Properties return all values converted to text. Access the value using the Vault property display name as key. |
![]() | GetFileByFullFilePath(String, Dictionary(String, String) , Dictionary(String, String) , Boolean) |
Downloads Vault file using full file path, e.g. "$/Designs/Base.ipt". Returns full file name in local working folder,
download options include 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. |