This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.AuthenticationRequestButtonOkText Property

Caption of the OK button on the authentication dialog.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property AuthenticationRequestButtonOkText As String
C#
public string AuthenticationRequestButtonOkText { get; set; }

Property Value

A string value that specifies the OK button caption on the authentication dialog.

Default value is "OK".

Remarks

This property corresponds to AuthenticationRequestButtonOkText client-side property.

See Also

Reference