SysUtilsSetVaultIdentifier Method |
Sets the static Name and GUID identifiers for the vault.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static void SetVaultIdentifier(
Vault vault
)
Public Shared Sub SetVaultIdentifier (
vault As Vault
)
public:
static void SetVaultIdentifier(
Vault^ vault
)
Parameters
- vault
- Type: Vault
Vault to store the name and guid for.
See Also