Click or drag to resize

FileTransfer2StartUpload Method

Starts the upload.

Namespace:  PDTec.IceNet.Domain.Development.Service
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntax
C#
public string StartUpload(
	long fileSize,
	string fileHash,
	byte[] aContentPart
)

Parameters

fileSize
Type: SystemInt64
Size of the file.
fileHash
Type: SystemString
Hash of the file.
aContentPart
Type: SystemByte
A content part.

Return Value

Type: String
The content UUID.
See Also