public ImgurImageInfo UploadImage(
string filepath
)
Public Function UploadImage (
filepath As String
) As ImgurImageInfo
Dim instance As ImgurUploader
Dim filepath As String
Dim returnValue As ImgurImageInfo
returnValue = instance.UploadImage(filepath)
public:
ImgurImageInfo^ UploadImage(
String^ filepath
)
member UploadImage :
filepath : string -> ImgurImageInfo
No code example is currently available or this language may not be supported.