IFileReadContentPart Method (Int64, Int64, Int32, Byte) |
Retrieves the binary file content of a specific 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 void ReadContentPart(
long version,
long partOffset,
int partSize,
out byte[] aPartContent
)
Parameters
- version
- Type: SystemInt64
The version. - 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