ImageManagerDialogConfigurationImageEditorFileSuffix Property |
Gets or sets the default suffix for thumbnails.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string ImageEditorFileSuffix { get; set; }
Public Property ImageEditorFileSuffix As String
Get
Set
public:
property String^ ImageEditorFileSuffix {
String^ get ();
void set (String^ value);
}
member ImageEditorFileSuffix : string with get, set
Property Value
Type:
String
A
String, specifying the default thumbnail suffix. The default value
is "thumb".
Remarks
Used in the ImageManager dialog. The value of the ImageEditorFileSuffix property is
used to determine if an image selected in the file browser is a thumbnail of another image
in the same folder. When a thumbnail image is selected in the file list, additional controls
for the image insertion appear - if the inserted image should link to the original one and
if the link that will be inserted will open in a new window.
See Also