<< Click to Display Table of Contents >> Navigation: »No topics above this level« FileObject.UpLoad(FileTransferRequest) Method |
Initiates the upload of the object. Event Uploaded will raised upon response.
[Visual Basic]
Public Overloads Sub UpLoad( _
ByVal uploadOptions As FileTransferRequest _
)
[C#]
public int UpLoad(
FileTransferRequest uploadOptions
);
uploadOptions
The upload request properties.
0 on success. If not zero the event will not be raised!
FileObject Class | BR.AN.PviServices Namespace | FileObject.UpLoad Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]