Click or drag to resize
IDatabaseRepositoryTryGetVaultById Method
Tries to get the vault by ID.

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 TryGetVaultById(
	string id,
	out IVault pResult
)

Parameters

id
Type: SystemString
The vault ID.
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