| Visual Basic | |
|---|---|
Function GetVaultNameFromPath( _ ByVal bsPath As System.String _ ) As System.String | |
| C# | |
|---|---|
System.string GetVaultNameFromPath( System.string bsPath ) | |
| C++/CLI | |
|---|---|
System.String^ GetVaultNameFromPath( & System.String^ bsPath ) | |
Parameters
- bsPath
- Full system path to a file or folder
Return Value
Vault nameYou do not need to call IEdmVault5::Login or IEdmVault5::LoginAuto before calling this method.
- S_OK: The method successfully executed.
- E_EDM_KEY_NOT_FOUND: The specified path is not in any vault.
SOLIDWORKS PDM Professional Version 5.2