<< Click to Display Table of Contents >> Navigation: »No topics above this level« Module.Upload(String, ConversionModes, CommentLanguages) Method |
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, _
ByVal commentLanguage As CommentLanguages _
)
[C#]
public virtual void Upload(
string fName,
ConversionModes uploadConversion,
CommentLanguages commentLanguage
);
fName
The name of the file.
uploadConversion
The conversion mode.
commentLanguage
The language for the comment. Is valid for ConversionModes.NC_UPLOAD.
Module Class | BR.AN.PviServices Namespace | Module.Upload Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]