FileTransfer2StartUpload Method |
Starts the upload.
Namespace: PDTec.IceNet.Domain.Development.ServiceAssembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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:
StringThe content UUID.
See Also