 | HoarderConfigurationThumbnailExtension Property |
The extension (with leading dot) to be used on thumbnail files and blobs. Every thumbnail currently has a '.jpg' extension
because they are the easier to create with the .NET media and image classes.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic string ThumbnailExtension { get; set; }
Property Value
String
See Also