Click or drag to resize
IDatabaseRepositoryTryGetVaultByName Method
Tries to get the vault by name.

Namespace: PDTec.IceNet.Core.Database
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
bool TryGetVaultByName(
	string name,
	out IVault pResult
)

Parameters

name
Type: SystemString
The vault name.
pResult
Type: PDTec.IceNet.Core.DatabaseIVault
The vault.

Return Value

Type: Boolean
true if the repository contains a Vault with this name; otherwise, false.
See Also