FileObject.UpLoad(String) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

FileObject.UpLoad(String) Method

BR.AN.PviServices .NET


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

);

Parameters

fileName

The file name.

Return Value

0 on success. If not zero the event will not be raised!

See Also

FileObject Class | BR.AN.PviServices Namespace | FileObject.UpLoad Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]