Click or drag to resize

SimpleFileProtocolRetrieveFileContentPart Method

Namespace:  PDTec.IceNet.Sdk.Implementation.Vault
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public long RetrieveFileContentPart(
	string contentUuid,
	long offset,
	int size,
	out byte[] aContent
)

Parameters

contentUuid
Type: SystemString
offset
Type: SystemInt64
size
Type: SystemInt32
aContent
Type: SystemByte

Return Value

Type: Int64

Implements

IVaultProtocolRetrieveFileContentPart(String, Int64, Int32, Byte)
See Also