Module.Upload(String, ConversionModes) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Module.Upload(String, ConversionModes) Method

BR.AN.PviServices .NET


Upload the module to the specified file. Make a conversion if neccessary.

[Visual Basic]

Public Overridable Overloads Sub Upload( _

  ByVal fName As String, _

  ByVal uploadConversion As ConversionModes _

)

[C#]

public virtual void Upload(

  string fName,

  ConversionModes uploadConversion

);

Parameters

fName

The name of the file.

uploadConversion

The conversion mode.

See Also

Module Class | BR.AN.PviServices Namespace | Module.Upload Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]