Click or drag to resize

TempVaultDataSave Method (IDatabaseRepository, String, Byte)

Stores temporary binary data to 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 string Save(
	IDatabaseRepository pRepository,
	string tempVaultName,
	byte[] aContent
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
The repository.
tempVaultName
Type: SystemString
The temporary vault. Database vaults are not supported.
aContent
Type: SystemByte
The temporary binary data.

Return Value

Type: String
A UUID to load the temporary data later.
See Also