Click or drag to resize

IVaultCreateFileContent Method (Int64)

Note: This API is now obsolete.

Creates a file content.

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#
[ObsoleteAttribute("Use CreateFileContent(long size, string hash) instead.")]
FileContent CreateFileContent(
	long size
)

Parameters

size
Type: SystemInt64
The content size.

Return Value

Type: FileContent
The file content information struct.
See Also