Click or drag to resize

IDatabaseFileContentReadBlobPart Method

Namespace:  PDTec.IceNet.Core.Database.Implementation
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
void FileContentReadBlobPart(
	string id,
	long offset,
	int size,
	out byte[] aContent
)

Parameters

id
Type: SystemString
offset
Type: SystemInt64
size
Type: SystemInt32
aContent
Type: SystemByte
See Also