Click or drag to resize
IFileReadContentPart Method (Int64, Int32, Byte)
Retrieves the binary file content of the latest version.

Namespace: PDTec.IceNet.Core.Model.File
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
void ReadContentPart(
	long partOffset,
	int partSize,
	out byte[] aPartContent
)

Parameters

partOffset
Type: SystemInt64
The offset (in bytes).
partSize
Type: SystemInt32
The length of the sequence to be retrieved (in bytes).
aPartContent
Type: SystemByte
The content part.
See Also