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: 7.2.0.0 (7.2.7583.15464)
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