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: 7.2.0.0 (7.2.7583.15464)
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