ProvPrimer.uploadLogo Method

Use this method to upload the logo of the company.
Public Function uploadLogo( _ 
ByVal imagepath As String
) As String
This language is not supported or no code example is available.
public string uploadLogo( 
string imagepath 
)
This language is not supported or no code example is available.

Parameters

imagepath
string

The local path of the image. 
example: C:\Users\user\Images\logo.png

Return Value

string
Example
 
 var pri = new ProvPrimer("primerUser", "primerParssowrd", false);
 string imgID = pri.uploadLogo("C:\Users\user\Images\logo.png", true); // upload company logo
 					
This language is not supported or no code example is available.
 Dim pri As ProvPrimer = New ProvPrimer("primerUser", "primerParssowrd", False)
 Dim imgID As String = pri.uploadLogo("C:\Users\user\Images\logo.png", True) 'upload company logo
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition