IVaultProtocolRetrieveFileContentPart Method |
Retrieves a segment of the file content.
Namespace:
PDTec.IceNet.Core.Database
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax long RetrieveFileContentPart(
string contentUuid,
long offset,
int size,
out byte[] aContent
)
Parameters
- contentUuid
- Type: SystemString
The content UUID. - offset
- Type: SystemInt64
The offset. - size
- Type: SystemInt32
The requested content segment size. - aContent
- Type: SystemByte
The segment of binary content.
Return Value
Type:
Int64The total size of the file content.
See Also