Click or drag to resize
IVaultProtocolRetrieveFileContentPart Method
Retrieves a segment of the file content.

Namespace: PDTec.IceNet.Core.Database
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
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: Int64
The total size of the file content.
See Also