KageDev
Member
In the documentation it states:
"To save to MFiles vaults using the API, you will use the same methods as with the file system. The filepath should be passed with the following format: [MFiles drive letter]:\[Vault name] (ie. "M:\MyVault")".
Is this saying I need to use a different method to save to my vault or just saying the file path needs to be that for the vault. I have tried saving a drawing in the form that they gave an example of but have not had any luck. It just states that the alibre vault is not available. I'm also confused about why the parameter is an Object ref. The documentation says I could pass a windows folder path string but my C# program says the parameter type is incorrect. Anybody have any suggestions. Here is a screen shot ( keep in mind the file path is using the escape character (\) for the backslash ):
"To save to MFiles vaults using the API, you will use the same methods as with the file system. The filepath should be passed with the following format: [MFiles drive letter]:\[Vault name] (ie. "M:\MyVault")".
Is this saying I need to use a different method to save to my vault or just saying the file path needs to be that for the vault. I have tried saving a drawing in the form that they gave an example of but have not had any luck. It just states that the alibre vault is not available. I'm also confused about why the parameter is an Object ref. The documentation says I could pass a windows folder path string but my C# program says the parameter type is incorrect. Anybody have any suggestions. Here is a screen shot ( keep in mind the file path is using the escape character (\) for the backslash ):