Click or drag to resize
ImageManagerDialogConfigurationImageEditorFileSuffix Property
Gets or sets the default suffix for thumbnails.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string ImageEditorFileSuffix { 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