Property | Type | Description | |
---|---|---|---|
InitiateCompleted | void | ||
TransferCompleted | void | ||
UploadNextChunk | void |
Method | Description | |
---|---|---|
FileUploader ( IPortalClient client ) : System | ||
Initialize ( System.Guid objectGUID, uint formatTypeID, string fileName, Stream fileData ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
InitiateCompleted ( ServiceResponse |
||
TransferCompleted ( ServiceResponse |
||
UploadNextChunk ( ) : void |
public FileUploader ( IPortalClient client ) : System | ||
client | IPortalClient | |
return | System |
public Initialize ( System.Guid objectGUID, uint formatTypeID, string fileName, Stream fileData ) : void | ||
objectGUID | System.Guid | |
formatTypeID | uint | |
fileName | string | |
fileData | Stream | |
return | void |