VaultExists

Tests whether the specified vault exists.

Syntax

public static bool VaultExists(string sDataVaultID)

Parameters

Returns

VaultExists can return the following values:

Returns

Indicates

true

The vault exists.

false

The vault does not exist.

Examples