Click or drag to resize
IVaultUpdateFileContent Method
Updates a file content.

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#
void UpdateFileContent(
	string uuid,
	long size,
	string hash
)

Parameters

uuid
Type: SystemString
The file content UUID
size
Type: SystemInt64
The content size.
hash
Type: SystemString
The content hash. An empty string indicates that no hash value should be stored with the file content.
See Also