Click or drag to resize

TempVaultDataLoad Method (IDatabaseRepository, String, String)

Loads temporary binary data from a temporary vault.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static byte[] Load(
	IDatabaseRepository pRepository,
	string tempVaultName,
	string uuid
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
The repository.
tempVaultName
Type: SystemString
The temporary vault. Database vaults are not supported.
uuid
Type: SystemString
The UUID of the temporary binary data.

Return Value

Type: Byte
The temporary binary data.
See Also