ImgurUploader Constructor
Namespace: DevCase.ThirdParty.ImgurAssembly: DevCase.net48.ThirdParty.Imgur (in DevCase.net48.ThirdParty.Imgur.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public ImgurUploader(
string clientId,
string clientSecret
)
Public Sub New (
clientId As String,
clientSecret As String
)
Dim clientId As String
Dim clientSecret As String
Dim instance As New ImgurUploader(clientId,
clientSecret)
public:
ImgurUploader(
String^ clientId,
String^ clientSecret
)
new :
clientId : string *
clientSecret : string -> ImgurUploader
No code example is currently available or this language may not be supported.
Parameters
- clientId String
-
The unique client identifier that is provided with the imgur API application registration.
- clientSecret String
-
The unique client secret that is provided with the imgur API application registration.