IFileReadContentPart Method (Int64, Int64, Int32, Byte) |
Retrieves the binary file content of a specific version.
Namespace: PDTec.IceNet.Core.Model.FileAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxvoid 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