<< Click to Display Table of Contents >> Navigation: »No topics above this level« FileObject.UpLoad(String) Method |
Initiates the upload of the object. Event Uploaded will raised upon response.
[Visual Basic]
Public Overloads Sub UpLoad( _
ByVal fileName As String _
)
[C#]
public int UpLoad(
string fileName
);
fileName
The file name.
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]